commit 8020fd9c33c5ec4225ed520c2c96c9764b8c3ea7
parent e319f5e0ae01bb793a31cf88960f4d5d969b8f6f
Author: Maran <maran.hidskes@gmail.com>
Date: Mon, 17 Jun 2013 22:15:50 +0200
Force updating the wallet after editing labels. fixes #223
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui/gui_classic.py b/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()