URI: 
       tfix issue #967 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit f57c581468edc3e7a169980e011d36616122b7ed
   DIR parent 52e9c0b4988e928a95623834c826d1145a52b422
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Wed, 31 Dec 2014 17:11:21 +0100
       
       fix issue #967
       
       Diffstat:
         M plugins/cosigner_pool.py            |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/plugins/cosigner_pool.py b/plugins/cosigner_pool.py
       t@@ -99,7 +99,6 @@ class Plugin(BasePlugin):
        
            def enable(self):
                self.set_enabled(True)
       -        self.init_qt()
                if self.win.wallet:
                    self.load_wallet(self.win.wallet)
                return True