Merge branch 'master' into feature/label_sync

This commit is contained in:
Maran 2013-03-12 17:26:01 +01:00
commit ad88b296bb
1 changed files with 1 additions and 0 deletions

View File

@ -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