Fixed an issue in the IRC widget 6_1_x

Sun, 27 Mar 2016 19:51:47 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 27 Mar 2016 19:51:47 +0200
branch
6_1_x
changeset 4888
41a9707c9a5f
parent 4882
742af9854449
child 4890
314deb5a1316

Fixed an issue in the IRC widget
(grafted from e10234bb547c091123e417ee84c1738219e72a67)

Network/IRC/IrcNetworkWidget.py file | annotate | diff | comparison | revisions
--- a/Network/IRC/IrcNetworkWidget.py	Sun Mar 20 10:01:54 2016 +0100
+++ b/Network/IRC/IrcNetworkWidget.py	Sun Mar 27 19:51:47 2016 +0200
@@ -211,6 +211,7 @@
         return network.getChannels()
     
     @pyqtSlot(str)
+    @pyqtSlot()
     def on_nickCombo_currentIndexChanged(self, nick=""):
         """
         Private slot to use another nick name.

eric ide

mercurial