From 1a8a23d9b5ed4fa2af7574d5f580671f83fc2163 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Thu, 18 Sep 2008 22:32:42 +0000 Subject: Use the new icon for the control panel #7987 --- diff --git a/src/view/home/favoritesview.py b/src/view/home/favoritesview.py index e89f30f..0fa901d 100644 --- a/src/view/home/favoritesview.py +++ b/src/view/home/favoritesview.py @@ -408,13 +408,7 @@ class _MyIcon(MyIcon): #secondary_text='Sample secondary label', icon=palette_icon) - item = MenuItem(_('Control Panel')) - - icon = Icon(icon_name='computer-xo', icon_size=gtk.ICON_SIZE_MENU, - xo_color=self._profile.color) - item.set_image(icon) - icon.show() - + item = MenuItem(_('Control Panel'), 'preferences-system') item.connect('activate', self.__controlpanel_activate_cb) palette.menu.append(item) item.show() -- cgit v0.9.1