Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-10-28 18:34:23 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-10-28 18:34:23 (GMT)
commit92599dd89bbb969c842981fac80ccf2414866c10 (patch)
tree69609c5420e5198aca08d5e648ef66d8958b4685 /data
parent8cbfe1b8bdae420f7a3d7353f775a44a8afbfa85 (diff)
Add an expander to the open toolbar item which pops up a dropdown menu
2007-10-29 Carlos Garcia Campos <carlosgc@gnome.org> * data/evince-toolbar.xml: * shell/Makefile.am: * shell/ev-application.c: (ev_application_init): * shell/ev-open-recent-action.[ch]: * shell/ev-window.c: (ev_window_open_recent_action_item_activated), (register_custom_actions): Add an expander to the open toolbar item which pops up a dropdown menu with the recently used documents. Fixes bug #487215. svn path=/trunk/; revision=2731
Diffstat (limited to 'data')
-rw-r--r--data/evince-toolbar.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/evince-toolbar.xml b/data/evince-toolbar.xml
index 71b0639..5321571 100644
--- a/data/evince-toolbar.xml
+++ b/data/evince-toolbar.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<toolbars version="1.0">
<available>
- <toolitem name="FileOpen"/>
+ <toolitem name="FileOpenRecent"/>
<toolitem name="FilePrint"/>
<toolitem name="ViewContinuous"/>
<toolitem name="ViewDual"/>