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

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

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 07 Dec 2012 18:35:54 +0100
branch
5_2_x
changeset 2251
3d9fce89b12b
parent 2226
3a36d6879287
child 2277
d5dca2805fd2

Fixed a little issue in the initialisation of the Cooperation Chat window.
(grafted from 810e9c7b61e3113a8f301c22a072a51896f2f469)

Cooperation/ChatWidget.py file | annotate | diff | comparison | revisions
--- a/Cooperation/ChatWidget.py	Sat Nov 17 17:13:43 2012 +0100
+++ b/Cooperation/ChatWidget.py	Fri Dec 07 18:35:54 2012 +0100
@@ -494,6 +494,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