follow-up to previous commit
authorThomasV <thomasv@gitorious>
Wed, 21 May 2014 09:45:47 +0000 (11:45 +0200)
committerThomasV <thomasv@gitorious>
Wed, 21 May 2014 09:45:47 +0000 (11:45 +0200)
gui/qt/lite_window.py

index f86c0a0..434ca5d 100644 (file)
@@ -720,7 +720,7 @@ class MiniActuator:
             QMessageBox.warning(parent_window, _('Error'), str(error), _('OK'))
             return False
 
-        if tx.is_complete:
+        if tx.is_complete():
             h = self.g.wallet.send_tx(tx)
 
             self.waiting_dialog(lambda: False if self.g.wallet.tx_event.isSet() else _("Sending transaction, please wait..."))