Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
authorAgustin Zubiaga <aguzubiaga97@gmail.com>2012-02-03 20:27:00 (GMT)
committer Agustin Zubiaga <aguzubiaga97@gmail.com>2012-02-03 20:27:00 (GMT)
commitb2d168fd2781d1cd5185352a01457e8ece79c1e7 (patch)
treef51fc8f38fd07b5d0393d82645bb3296fdc38012 /activity.py
parentdf8d2838196c58c8f46302909da98a0831f2240e (diff)
Change the gear with the spanner
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index 051ef00..2ed1179 100644
--- a/activity.py
+++ b/activity.py
@@ -180,7 +180,7 @@ class SimpleGraph(activity.Activity):
separator.set_expand(False)
toolbarbox.toolbar.insert(separator, -1)
- options_button = ToggleToolButton('view-source')
+ options_button = ToggleToolButton('preferences-system')
options_button.connect("clicked", self.__options_toggled_cb)
options_button.set_tooltip(_('Show or hide options'))
toolbarbox.toolbar.insert(options_button, -1)