We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a0d093 + b488bb5 commit 5a95e11Copy full SHA for 5a95e11
src/bitmessageqt/__init__.py
@@ -1090,7 +1090,7 @@ def click_actionJoinChan(self):
1090
"MainWindow", "Could not add chan because it appears to already be one of your identities."))
1091
return
1092
createdAddress = addressGeneratorReturnValue[0]
1093
- self.addEntryToAddressBook(createdAddress, self.str_chan + ' ' + self.str_chan + ' ' + str(self.newChanDialogInstance.ui.lineEditChanNameJoin.text()))
+ self.addEntryToAddressBook(createdAddress, self.str_chan + ' ' + str(self.newChanDialogInstance.ui.lineEditChanNameJoin.text()))
1094
QMessageBox.about(self, _translate("MainWindow", "Success"), _translate(
1095
"MainWindow", "Successfully joined chan. "))
1096
self.ui.tabWidget.setCurrentIndex(3)
0 commit comments