From 95a3ab2dad6671d8a5eee67ba2fdab7839919834 Mon Sep 17 00:00:00 2001 From: thomasv Date: Wed, 11 Jan 2012 18:31:21 +0100 Subject: [PATCH] fix: all_addresses --- client/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/gui.py b/client/gui.py index 7beaf32a..9963202a 100644 --- a/client/gui.py +++ b/client/gui.py @@ -516,7 +516,7 @@ class BitcoinGUI: self.period = 15 if self.wallet.interface.use_http() else 5 if self.wallet.update(): - self.wallet.interface.update_session() + self.wallet.interface.update_session( self.wallet.all_addresses() ) gobject.idle_add( self.update_history_tab ) gobject.idle_add( self.update_receiving_tab ) # addressbook too...