1
0

add labelsChanged signal

This commit is contained in:
ThomasV
2014-09-08 11:45:19 +02:00
parent bcb18bbde4
commit 8cfa32db5c
2 changed files with 12 additions and 8 deletions

View File

@@ -247,3 +247,4 @@ class Plugin(BasePlugin):
self.wallet.labels[key] = value
self.wallet.storage.put('labels', self.wallet.labels)
print_error("received labels")
self.window.labelsChanged.emit()