Browse Source

add set_label hook

283
thomasv 12 years ago
parent
commit
92ea46f9f6
  1. 1
      gui/gui_classic.py

1
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

Loading…
Cancel
Save