eric7/Network/IRC/IrcNetworkEditDialog.py

branch
eric7
changeset 8391
79d844b3b8df
parent 8390
36ebb6535512
child 8761
f05818ae6431
--- 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.

eric ide

mercurial