Skip to content

Commit a3dd730

Browse files
author
Jonathan Warren
committed
add one line to last commit
1 parent d036ca1 commit a3dd730

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bitmessageqt/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,6 +1089,7 @@ def click_actionJoinChan(self):
10891089
QMessageBox.about(self, _translate("MainWindow", "Address already present"), _translate(
10901090
"MainWindow", "Could not add chan because it appears to already be one of your identities."))
10911091
return
1092+
createdAddress = addressGeneratorReturnValue[0]
10921093
self.addEntryToAddressBook(createdAddress, self.str_chan + ' ' + self.str_chan + ' ' + str(self.newChanDialogInstance.ui.lineEditChanNameJoin.text()))
10931094
QMessageBox.about(self, _translate("MainWindow", "Success"), _translate(
10941095
"MainWindow", "Successfully joined chan. "))

0 commit comments

Comments
 (0)