]> www.fi.muni.cz Git - evince.git/commitdiff
Disable toggle function of F5 when in presentation mode. Patch by Dave
authorCarlos Garcia Campos <carlosgc@gnome.org>
Fri, 17 Oct 2008 10:58:41 +0000 (10:58 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Fri, 17 Oct 2008 10:58:41 +0000 (10:58 +0000)
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

ChangeLog
shell/ev-window.c

index e05c1847c1f79dcfc11288d4ee4ece3cff2da725..0ca418ff607ffd36c6b61740d8b947ab1cf9142b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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),
index 0b2fd182b52f1ebb9afd8f1d82dc1ab9947f558d..ca4f81b52c0378adfba51b14e952bc4ff04b0d5c 100644 (file)
@@ -3053,8 +3053,6 @@ ev_window_cmd_view_presentation (GtkAction *action, EvWindow *window)
        presentation = gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action));
        if (presentation) {
                ev_window_run_presentation (window);
-       } else {
-               ev_window_stop_presentation (window, TRUE);
        }
 }