commit d14402a314bca65007b79023ab7293a4b7703c57
parent 6c3b57abbdb8497a4f4bb9a0e6af053151dafdc0
Author: ThomasV <thomasv@gitorious>
Date: Fri, 16 Mar 2012 23:46:59 +0300
Merge branch 'master' of gitorious.org:electrum/electrum
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/client/interface.py b/client/interface.py
@@ -119,6 +119,7 @@ class NativeInterface(Interface):
is_new = True
if is_new or wallet.remote_url:
+ self.was_updated = True
is_new = wallet.synchronize()
wallet.update_tx_history()
wallet.save()