remove forgotten calls to deprecated method
authorThomasV <thomasv@gitorious>
Wed, 21 Nov 2012 19:02:49 +0000 (20:02 +0100)
committerThomasV <thomasv@gitorious>
Wed, 21 Nov 2012 19:02:49 +0000 (20:02 +0100)
lib/gui.py
lib/gui_qt.py

index 19758f0..e451846 100644 (file)
@@ -1008,7 +1008,6 @@ class ElectrumWindow:
             address = liststore.get_value( liststore.get_iter(path), 0)
             self.wallet.labels[address] = new_text
             self.wallet.save() 
-            self.wallet.update_tx_labels()
             self.update_receiving_tab()
             self.update_sending_tab()
             self.update_history_tab()
index ea3b9ed..e394b24 100644 (file)
@@ -404,7 +404,6 @@ class ElectrumWindow(QMainWindow):
                 changed = True
 
         if changed:
-            self.wallet.update_tx_labels()
             self.update_history_tab()
             self.update_completions()