tMerge branch 'master' of gitorious.org:electrum/electrum - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit d14402a314bca65007b79023ab7293a4b7703c57 DIR parent 6c3b57abbdb8497a4f4bb9a0e6af053151dafdc0 HTML Author: ThomasV <thomasv@gitorious> Date: Fri, 16 Mar 2012 23:46:59 +0300 Merge branch 'master' of gitorious.org:electrum/electrum Diffstat: M client/interface.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/client/interface.py b/client/interface.py t@@ -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()