URI: 
       tfix bug from #1281 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 0368a2cd5e48e98c34bce13aa5f9a15f3ab806d5
   DIR parent bad90305544e3a07b243882d0411632dcb082d22
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Sun,  5 Jul 2015 18:16:33 +0200
       
       fix bug from #1281
       
       Diffstat:
         M lib/wallet.py                       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/wallet.py b/lib/wallet.py
       t@@ -1095,7 +1095,7 @@ class Abstract_Wallet(object):
            def stop_threads(self):
                if self.network:
                    self.verifier.stop()
       -            self.network.jobs = []
       +            self.network.jobs.remove(self.synchronizer.main_loop)
                    self.synchronizer = None
                    self.storage.put('stored_height', self.get_local_height(), True)