2008-10-17 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-window.c: (ev_window_cmd_view_presentation):
Disable toggle function of F5 when in presentation mode. Patch by
Dave Neary. Fixes bug #556162.
svn path=/trunk/; revision=3224
+2008-10-17 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * shell/ev-window.c: (ev_window_cmd_view_presentation):
+
+ Disable toggle function of F5 when in presentation mode. Patch by
+ Dave Neary. Fixes bug #556162.
+
2008-10-17 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
presentation = gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action));
if (presentation) {
ev_window_run_presentation (window);
- } else {
- ev_window_stop_presentation (window, TRUE);
}
}