self.run_hook

This commit is contained in:
thomasv 2013-03-12 17:55:34 +01:00
parent 10bfcb918b
commit 6b9b8508d2
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ class ElectrumWindow(QMainWindow):
if old_text:
self.wallet.labels.pop(name)
changed = True
run_hook('set_label', name, text, changed)
self.run_hook('set_label', name, text, changed)
return changed