Cooperation/ChatWidget.py

changeset 2223
054c285dab38
parent 2190
abd65b78425e
child 2250
810e9c7b61e3
--- a/Cooperation/ChatWidget.py	Mon Nov 12 17:46:11 2012 +0100
+++ b/Cooperation/ChatWidget.py	Mon Nov 12 19:04:11 2012 +0100
@@ -66,10 +66,6 @@
             UI.PixmapCache.getIcon("sharedEditSend.png"))
         self.cancelEditButton.setIcon(
             UI.PixmapCache.getIcon("sharedEditCancel.png"))
-        self.clearMessageButton.setIcon(
-            UI.PixmapCache.getIcon("clearLeft.png"))
-        self.clearHostButton.setIcon(
-            UI.PixmapCache.getIcon("clearLeft.png"))
         
         self.__ui = ui
         self.__client = CooperationClient(self)

eric ide

mercurial