1
0

Fix labels plugin wallet popping bug.

This commit is contained in:
Neil Booth
2015-12-05 21:47:17 +09:00
parent 50dcee69d0
commit a0b031c7df
2 changed files with 4 additions and 2 deletions

View File

@@ -62,5 +62,4 @@ class Plugin(LabelsPlugin):
@hook
def on_close_window(self, window):
self.wallets.pop(window.wallet)
self.stop_wallet(window.wallet)