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):
+
+ 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):
"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);