tForce updating the wallet after editing labels. fixes #223 - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 8020fd9c33c5ec4225ed520c2c96c9764b8c3ea7
DIR parent e319f5e0ae01bb793a31cf88960f4d5d969b8f6f
HTML 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:
M gui/gui_classic.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/gui/gui_classic.py b/gui/gui_classic.py
t@@ -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:
t@@ -1243,7 +1244,6 @@ class ElectrumWindow(QMainWindow):
def update_contacts_tab(self):
-
l = self.contacts_list
l.clear()