fix: update receive tab because it displays address balances
authorThomasV <thomasv@gitorious>
Sat, 5 May 2012 12:51:57 +0000 (14:51 +0200)
committerThomasV <thomasv@gitorious>
Sat, 5 May 2012 12:51:57 +0000 (14:51 +0200)
gui_qt.py

index f1a155c..1f8ced7 100644 (file)
--- a/gui_qt.py
+++ b/gui_qt.py
@@ -969,6 +969,7 @@ class ElectrumWindow(QMainWindow):
         if self.wallet.num_zeros != nz:
             self.wallet.num_zeros = nz
             self.update_history_tab()
+            self.update_receive_tab()
             self.wallet.save()
 
     @staticmethod