--- 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)