eric7/Network/IRC/IrcNetworkEditDialog.py

branch
eric7
changeset 8391
79d844b3b8df
parent 8390
36ebb6535512
child 8761
f05818ae6431
equal deleted inserted replaced
8390:36ebb6535512 8391:79d844b3b8df
112 index = self.identityCombo.findText(currentIdentity) 112 index = self.identityCombo.findText(currentIdentity)
113 if index == -1: 113 if index == -1:
114 index = 0 114 index = 0
115 self.identityCombo.setCurrentIndex(index) 115 self.identityCombo.setCurrentIndex(index)
116 116
117 @pyqtSlot(int) 117 @pyqtSlot(str)
118 def on_identityCombo_currentTextChanged(self, identity): 118 def on_identityCombo_currentTextChanged(self, identity):
119 """ 119 """
120 Private slot to handle the selection of an identity. 120 Private slot to handle the selection of an identity.
121 121
122 @param identity selected identity 122 @param identity selected identity

eric ide

mercurial