commit ad88b296bb0d99b918c4cafe9e6843feacb8ddae
parent 2138e58e264a013885ea2213b64ca97c8aa82db8
Author: Maran <maran.hidskes@gmail.com>
Date: Tue, 12 Mar 2013 17:26:01 +0100
Merge branch 'master' into feature/label_sync
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/gui/gui_classic.py b/gui/gui_classic.py
@@ -374,6 +374,7 @@ class ElectrumWindow(QMainWindow):
if old_text:
self.wallet.labels.pop(name)
changed = True
+ run_hook('set_label', name, text, changed)
return changed