commit ef6498164da25b9016dec5b3c49ce88391de92da
parent 9d9851a1a149819036a483c20fdef6a778f90619
Author: ThomasV <thomasv@gitorious>
Date: Wed, 21 Nov 2012 20:02:49 +0100
remove forgotten calls to deprecated method
Diffstat:
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/lib/gui.py b/lib/gui.py
@@ -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()
diff --git a/lib/gui_qt.py b/lib/gui_qt.py
@@ -404,7 +404,6 @@ class ElectrumWindow(QMainWindow):
changed = True
if changed:
- self.wallet.update_tx_labels()
self.update_history_tab()
self.update_completions()