put it back to == True (oops :p)

This commit is contained in:
Amir Taaki 2012-08-13 23:05:56 +01:00
parent 75f8878562
commit 4b1feddcbd
1 changed files with 1 additions and 1 deletions

View File

@ -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: