From 85e8550cd9369f7c3fa9bfea0018007c25e2063b Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 9 May 2005 12:32:36 +0000 Subject: [PATCH] The zoom one is actually sort of useful, put it back 2005-05-09 Marco Pesenti Gritti * shell/ev-window.c: (register_custom_actions): The zoom one is actually sort of useful, put it back --- ChangeLog | 7 +++++++ shell/ev-window.c | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4507488f..16a5f1e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-05-09 Marco Pesenti Gritti + + * shell/ev-window.c: (register_custom_actions): + + The zoom one is actually sort of useful, + put it back + 2005-05-09 Marco Pesenti Gritti * shell/ev-window.c: (register_custom_actions): diff --git a/shell/ev-window.c b/shell/ev-window.c index 40b8a10b..d9b47401 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -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); -- 2.43.5