From a3dd730c2adc0c715299443b8649cd13bebdb59d Mon Sep 17 00:00:00 2001 From: Jonathan Warren Date: Mon, 22 Jul 2013 01:20:36 -0400 Subject: [PATCH] add one line to last commit --- src/bitmessageqt/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bitmessageqt/__init__.py b/src/bitmessageqt/__init__.py index dc12fcf8..cbfc069b 100644 --- a/src/bitmessageqt/__init__.py +++ b/src/bitmessageqt/__init__.py @@ -1089,6 +1089,7 @@ class MyForm(QtGui.QMainWindow): QMessageBox.about(self, _translate("MainWindow", "Address already present"), _translate( "MainWindow", "Could not add chan because it appears to already be one of your identities.")) return + createdAddress = addressGeneratorReturnValue[0] self.addEntryToAddressBook(createdAddress, self.str_chan + ' ' + self.str_chan + ' ' + str(self.newChanDialogInstance.ui.lineEditChanNameJoin.text())) QMessageBox.about(self, _translate("MainWindow", "Success"), _translate( "MainWindow", "Successfully joined chan. "))