Browse Source

Force updating the wallet after editing labels. fixes #223

283
Maran 12 years ago
parent
commit
8020fd9c33
  1. 2
      gui/gui_classic.py

2
gui/gui_classic.py

@ -463,6 +463,7 @@ class ElectrumWindow(QMainWindow):
if text:
if old_text != text:
self.wallet.labels[name] = text
self.wallet.config.set_key('labels', self.wallet.labels)
changed = True
else:
if old_text:
@ -1243,7 +1244,6 @@ class ElectrumWindow(QMainWindow):
def update_contacts_tab(self):
l = self.contacts_list
l.clear()

Loading…
Cancel
Save