Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/helpactivity.py
diff options
context:
space:
mode:
Diffstat (limited to 'helpactivity.py')
-rwxr-xr-xhelpactivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpactivity.py b/helpactivity.py
index 100652d..9c9ec71 100755
--- a/helpactivity.py
+++ b/helpactivity.py
@@ -77,7 +77,7 @@ class Toolbar(gtk.Toolbar):
self.insert(self._forward, -1)
self._forward.show()
- home = ToolButton('zoom-home')
+ home = ToolButton('go-home')
home.set_tooltip(_('Home'))
home.connect('clicked', self._go_home_cb)
self.insert(home, -1)