IrcNetworkEditDialog: fixed an issue introduced by the last change. eric7

Sun, 30 May 2021 11:24:07 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 30 May 2021 11:24:07 +0200
branch
eric7
changeset 8391
79d844b3b8df
parent 8390
36ebb6535512
child 8398
33cc5d1723bf

IrcNetworkEditDialog: fixed an issue introduced by the last change.

eric7/Network/IRC/IrcNetworkEditDialog.py file | annotate | diff | comparison | revisions
--- 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