Fix send button not activating
authorMaran <maran.hidskes@gmail.com>
Mon, 13 Aug 2012 21:55:37 +0000 (23:55 +0200)
committerMaran <maran.hidskes@gmail.com>
Mon, 13 Aug 2012 21:55:37 +0000 (23:55 +0200)
lib/gui_lite.py

index c7ceacd..b1675d9 100644 (file)
@@ -296,7 +296,7 @@ class MiniWindow(QDialog):
             self.amount_input.setText("")
 
     def check_button_status(self):
-      if (self.address_input.property("isValid") is True and
+      if (self.address_input.property("isValid") == True and
           len(self.amount_input.text()) > 0):
         self.send_button.setDisabled(False)
       else: