Force updating the wallet after editing labels. fixes #223

This commit is contained in:
Maran 2013-06-17 22:15:50 +02:00
parent e319f5e0ae
commit 8020fd9c33
1 changed files with 1 additions and 1 deletions

View File

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