From: Marco Pesenti Gritti Date: Mon, 9 May 2005 12:32:36 +0000 (+0000) Subject: The zoom one is actually sort of useful, put it back X-Git-Tag: EVINCE_0_3_1~50 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=85e8550cd9369f7c3fa9bfea0018007c25e2063b;p=evince.git 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 --- 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);