From 92ea46f9f670f54821bd1a7bbad3af476778cc24 Mon Sep 17 00:00:00 2001 From: thomasv Date: Tue, 12 Mar 2013 17:22:30 +0100 Subject: [PATCH] add set_label hook --- gui/gui_classic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/gui_classic.py b/gui/gui_classic.py index 829e5469..ddab7973 100644 --- a/gui/gui_classic.py +++ b/gui/gui_classic.py @@ -373,6 +373,7 @@ class ElectrumWindow(QMainWindow): if old_text: self.wallet.labels.pop(name) changed = True + run_hook('set_label', name, text, changed) return changed