fix tx dialog
authorThomasV <thomasv@gitorious>
Wed, 8 Jan 2014 09:36:01 +0000 (10:36 +0100)
committerThomasV <thomasv@gitorious>
Wed, 8 Jan 2014 09:36:01 +0000 (10:36 +0100)
gui/qt/transaction_dialog.py

index 58b34ab..dc315a9 100644 (file)
@@ -204,8 +204,6 @@ class TxDialog(QDialog):
         result, result_message = self.wallet.sendtx( self.tx )
         if result:
             self.show_message(_("Transaction successfully sent")+': %s' % (result_message))
-            if dialog:
-                dialog.done(0)
         else:
             self.show_message(_("There was a problem sending your transaction:") + '\n %s' % (result_message))