Fixed a little issue in the initialisation of the Cooperation Chat window.

Fri, 07 Dec 2012 18:35:54 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 07 Dec 2012 18:35:54 +0100
changeset 2250
810e9c7b61e3
parent 2249
8605100e3086
child 2252
1fc32bd13be3

Fixed a little issue in the initialisation of the Cooperation Chat window.

Cooperation/ChatWidget.py file | annotate | diff | comparison | revisions
--- a/Cooperation/ChatWidget.py	Thu Dec 06 20:06:00 2012 +0100
+++ b/Cooperation/ChatWidget.py	Fri Dec 07 18:35:54 2012 +0100
@@ -504,6 +504,8 @@
             self.__chatMenu.addAction(
                 UI.PixmapCache.getIcon("fileSave.png"),
                 self.trUtf8("Save"), self.__saveChat)
+        
+        self.on_chatEdit_copyAvailable(False)
     
     @pyqtSlot(bool)
     def on_chatEdit_copyAvailable(self, yes):

eric ide

mercurial