Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-05-09 12:32:36 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-05-09 12:32:36 (GMT)
commit85e8550cd9369f7c3fa9bfea0018007c25e2063b (patch)
tree261558475d47f6e3ac1abc3ed3838fbf200dc423 /shell
parent8bc2adc14fed2e5be9c52b052cff441b7a136b9a (diff)
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): The zoom one is actually sort of useful, put it back
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 40b8a10..d9b4740 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);