]> www.fi.muni.cz Git - evince.git/commitdiff
The zoom one is actually sort of useful, put it back
authorMarco Pesenti Gritti <mpg@redhat.com>
Mon, 9 May 2005 12:32:36 +0000 (12:32 +0000)
committerMarco Pesenti Gritti <marco@src.gnome.org>
Mon, 9 May 2005 12:32:36 +0000 (12:32 +0000)
2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>

        * shell/ev-window.c: (register_custom_actions):

        The zoom one is actually sort of useful,
        put it back

ChangeLog
shell/ev-window.c

index 4507488fe4793d9f8a99afc242aca6facec20f0b..16a5f1e1bd542261fc833cb498ea91d25f2c157d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * shell/ev-window.c: (register_custom_actions):
+
+       The zoom one is actually sort of useful,
+       put it back
+
 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
 
        * shell/ev-window.c: (register_custom_actions):
index 40b8a10b89a95fcd052c6201c62f34c7103824da..d9b47401c3ce8e421f5bf91114c599fb2f37b0d9 100644 (file)
@@ -2411,7 +2411,6 @@ register_custom_actions (EvWindow *window, GtkActionGroup *group)
                               "stock_id", GTK_STOCK_ZOOM_IN,
                               "tooltip", _("Adjust the zoom level"),
                               "zoom", 1.0,
-                              "visible_overflown", FALSE,
                               NULL);
        g_signal_connect (action, "zoom_to_level",
                          G_CALLBACK (zoom_control_changed_cb), window);