Lots of palette refactoring.

This commit is contained in:
Marco Pesenti Gritti
2007-06-26 14:55:16 +02:00
parent 5c3c7be966
commit 3eaeebc60e
9 changed files with 260 additions and 105 deletions
+1 -2
View File
@@ -132,8 +132,7 @@ class HomeMyIcon(MyIcon):
MyIcon.__init__(self, scale)
self._shell = shell
self._palette = Palette()
self._palette.set_primary_state(profile.get_nick_name())
self._palette = Palette(profile.get_nick_name())
self._palette.props.invoker = CanvasInvoker(self)
shutdown_menu_item = gtk.MenuItem(_('Shutdown'))