UI/UserInterface.py

changeset 3591
2f2a4a76dd22
parent 3579
eccd12461319
child 3600
7d17c492ab95
--- a/UI/UserInterface.py	Sat May 17 19:58:49 2014 +0200
+++ b/UI/UserInterface.py	Sun May 18 14:13:09 2014 +0200
@@ -3874,7 +3874,7 @@
         
     def __activateIRC(self):
         """
-        Public slot to handle the activation of the IRC window.
+        Private slot to handle the activation of the IRC window.
         """
         if self.layout == "Toolboxes":
             self.rToolboxDock.show()
@@ -5719,7 +5719,7 @@
 
     def closeEvent(self, event):
         """
-        Private event handler for the close event.
+        Protected event handler for the close event.
         
         This event handler saves the preferences.
         

eric ide

mercurial