Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-05-10 08:47:26 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-05-10 08:47:26 (GMT)
commita027323d8d5f1644751cc3b65459050a7b860bd3 (patch)
tree7e29b8f17b381c22061008a6d84fa3360c21774c
parent1cae373877770afcec33a277b4d52c945c0755bd (diff)
Add zoom control to available items
2005-05-10 Marco Pesenti Gritti <mpg@redhat.com> * data/evince-toolbar.xml: Add zoom control to available items
-rw-r--r--ChangeLog6
-rw-r--r--data/evince-toolbar.xml1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fc557c..79dfafd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
+ * data/evince-toolbar.xml:
+
+ Add zoom control to available items
+
+2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
+
* shell/ev-window.c: (update_action_sensitivity):
Set slash action insensitive when appropriate
diff --git a/data/evince-toolbar.xml b/data/evince-toolbar.xml
index 1f44055..d7e92cc 100644
--- a/data/evince-toolbar.xml
+++ b/data/evince-toolbar.xml
@@ -6,6 +6,7 @@
<toolitem name="GoPreviousPage"/>
<toolitem name="GoNextPage"/>
<toolitem name="PageSelector"/>
+ <toolitem name="ViewZoom"/>
<toolitem name="ViewZoomIn"/>
<toolitem name="ViewZoomOut"/>
<toolitem name="ViewBestFit"/>