--- a/eric7/Network/IRC/IrcNetworkEditDialog.py Sun May 30 11:22:26 2021 +0200 +++ b/eric7/Network/IRC/IrcNetworkEditDialog.py Sun May 30 11:24:07 2021 +0200 @@ -114,7 +114,7 @@ index = 0 self.identityCombo.setCurrentIndex(index) - @pyqtSlot(int) + @pyqtSlot(str) def on_identityCombo_currentTextChanged(self, identity): """ Private slot to handle the selection of an identity.