commit 790e0e56e2388dbfd1eccbdc642394b9648df981
parent 7275955eef66a53dbf49b4a4d23579ca039e3cb1
Author: ThomasV <thomasv@gitorious>
Date: Sun, 14 Sep 2014 20:20:08 +0200
fix init call in cosignerpool plugin
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/cosigner_pool.py b/plugins/cosigner_pool.py
@@ -99,7 +99,7 @@ class Plugin(BasePlugin):
def enable(self):
self.set_enabled(True)
- self.init()
+ self.init_qt()
if self.win.wallet:
self.load_wallet(self.win.wallet)
return True