fix: restore timer in deseeded wallets
authorthomasv <thomasv@gitorious>
Thu, 20 Dec 2012 13:39:33 +0000 (14:39 +0100)
committerthomasv <thomasv@gitorious>
Thu, 20 Dec 2012 13:39:33 +0000 (14:39 +0100)
lib/gui_qt.py

index 661f7be..ddd7bc4 100644 (file)
@@ -346,9 +346,8 @@ class ElectrumWindow(QMainWindow):
             self.qr_window = None
 
     def connect_slots(self, sender):
-        if self.wallet.seed:
-            self.connect(sender, QtCore.SIGNAL('timersignal'), self.timer_actions)
-            self.previous_payto_e=''
+        self.connect(sender, QtCore.SIGNAL('timersignal'), self.timer_actions)
+        self.previous_payto_e=''
 
     def timer_actions(self):
         if self.qr_window: