Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/view/frame/zoombox.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/shell/view/frame/zoombox.py b/shell/view/frame/zoombox.py
index f4b8535..858bb96 100644
--- a/shell/view/frame/zoombox.py
+++ b/shell/view/frame/zoombox.py
@@ -31,7 +31,7 @@ class ZoomBox(hippo.CanvasBox):
self._shell = shell
- icon = IconButton(icon_name='theme:stock-zoom-mesh',
+ icon = IconButton(icon_name='theme:zoom-mesh',
stroke_color=color.BLACK,
fill_color=color.WHITE)
icon.connect('activated',
@@ -44,7 +44,7 @@ class ZoomBox(hippo.CanvasBox):
palette.set_group_id('frame')
icon.set_palette(palette)
- icon = IconButton(icon_name='theme:stock-zoom-friends',
+ icon = IconButton(icon_name='theme:zoom-friends',
stroke_color=color.BLACK,
fill_color=color.WHITE)
icon.connect('activated',
@@ -57,7 +57,7 @@ class ZoomBox(hippo.CanvasBox):
palette.set_group_id('frame')
icon.set_palette(palette)
- icon = IconButton(icon_name='theme:stock-zoom-home',
+ icon = IconButton(icon_name='theme:zoom-home',
stroke_color=color.BLACK,
fill_color=color.WHITE)
icon.connect('activated',
@@ -70,7 +70,7 @@ class ZoomBox(hippo.CanvasBox):
palette.set_group_id('frame')
icon.set_palette(palette)
- icon = IconButton(icon_name='theme:stock-zoom-activity',
+ icon = IconButton(icon_name='theme:zoom-activity',
stroke_color=color.BLACK,
fill_color=color.WHITE)
icon.connect('activated',