tput it back to == True (oops :p) - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 4b1feddcbd23eea6003b61315728b916c1a2d338 DIR parent 75f8878562ae95fd13a3902ca364a94f10d1ef43 HTML Author: Amir Taaki <genjix@riseup.net> Date: Mon, 13 Aug 2012 23:05:56 +0100 put it back to == True (oops :p) Diffstat: M lib/gui_lite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/gui_lite.py b/lib/gui_lite.py t@@ -303,7 +303,7 @@ class MiniWindow(QDialog): self.amount_input.setText("") def check_button_status(self): - if (self.address_input.property("isValid") and + if (self.address_input.property("isValid") == True and len(self.amount_input.text()) > 0): self.send_button.setDisabled(False) else: