URI: 
       trecover->synchronize - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit ff0f1f0f3c9ef84d1db7cbc31fdbed9cd42a2078
   DIR parent 9c21916b375795058c5592b738e3a77d6b18eee2
  HTML Author: thomasv <thomasv@gitorious>
       Date:   Fri, 16 Dec 2011 13:02:17 +0100
       
       recover->synchronize
       
       Diffstat:
         M client/gui.py                       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/client/gui.py b/client/gui.py
       t@@ -139,7 +139,7 @@ def init_wallet(wallet):
        
                    def recover_thread( wallet, dialog ):
                        wallet.init_mpk( wallet.seed ) # not encrypted at this point
       -                wallet.is_found = wallet.recover()
       +                wallet.is_found = wallet.synchronize()
                        if wallet.is_found:
                            wallet.save()
                        gobject.idle_add( dialog.destroy )