add set_label hook

This commit is contained in:
thomasv 2013-03-12 17:22:30 +01:00
parent 581bf89ba0
commit 92ea46f9f6
1 changed files with 1 additions and 0 deletions

View File

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