1
0

Labels plugin now working for multiple windows

This commit is contained in:
Neil Booth
2015-09-04 17:38:14 +09:00
parent 31a4f38db4
commit 89fbda30e0
3 changed files with 107 additions and 87 deletions

View File

@@ -367,7 +367,7 @@ class Abstract_Wallet(object):
if changed:
self.storage.put('labels', self.labels, True)
run_hook('set_label', name, text, changed)
run_hook('set_label', self, name, text, changed)
return changed
def addresses(self, include_change = True):