URI: 
       tfollow-up to previous commit - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 526361a34e765a8c09be58a2b3b4d5e8f0c508ff
   DIR parent 84954b0778c3406ab2e00470da7e4d05ce75721f
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Wed, 21 May 2014 11:45:47 +0200
       
       follow-up to previous commit
       
       Diffstat:
         M gui/qt/lite_window.py               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/gui/qt/lite_window.py b/gui/qt/lite_window.py
       t@@ -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..."))