Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'extensions')
-rw-r--r--extensions/globalkey/viewsource.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/globalkey/viewsource.py b/extensions/globalkey/viewsource.py
index 40df9af..11e5d63 100644
--- a/extensions/globalkey/viewsource.py
+++ b/extensions/globalkey/viewsource.py
@@ -206,7 +206,7 @@ class Toolbar(gtk.Toolbar):
self._add_separator()
if document_path is not None and os.path.exists(document_path):
- document_button = RadioToolButton(named_icon='view-radial')
+ document_button = RadioToolButton(named_icon='document-generic')
document_button.props.tooltip = _('Document')
document_button.props.group = activity_button
document_button.connect('toggled', self.__button_toggled_cb,