Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-10-20 22:27:54 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-10-20 22:27:54 (GMT)
commit57402cf309619c1659d028c5441d3318048151fe (patch)
treea93642400f4a8ed31f4e3f717af11abf92904d2c /shell
parent7f1450eaa4e12865f71f65f68eb7ab408efbaeba (diff)
Fix icon names
Diffstat (limited to 'shell')
-rw-r--r--shell/view/frame/zoomtoolbar.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/view/frame/zoomtoolbar.py b/shell/view/frame/zoomtoolbar.py
index 30cd1fb..48e63de 100644
--- a/shell/view/frame/zoomtoolbar.py
+++ b/shell/view/frame/zoomtoolbar.py
@@ -32,7 +32,7 @@ class ZoomToolbar(gtk.Toolbar):
self.set_show_arrow(False)
- button = ToolButton(icon_name='zoom-mesh')
+ button = ToolButton(icon_name='zoom-neighborhood')
button.connect('clicked',
self._level_clicked_cb,
ShellModel.ZOOM_MESH)
@@ -44,7 +44,7 @@ class ZoomToolbar(gtk.Toolbar):
palette.set_group_id('frame')
button.set_palette(palette)
- button = ToolButton(icon_name='zoom-friends')
+ button = ToolButton(icon_name='zoom-groups')
button.connect('clicked',
self._level_clicked_cb,
ShellModel.ZOOM_FRIENDS)