[evince] Show the fullscreen toolbar when the gear menu is shown using F10



commit f1d2cb396d3c1ddbd7c9332ef1023a8ee23d3f8b
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Sun Apr 6 12:50:18 2014 +0200

    Show the fullscreen toolbar when the gear menu is shown using F10

 shell/ev-window.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 118417d..5f3a909 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -5091,6 +5091,7 @@ ev_window_cmd_help_about (GtkAction *action, EvWindow *ev_window)
 static void
 ev_window_cmd_action_menu (GtkAction *action, EvWindow *ev_window)
 {
+       ev_window_fullscreen_show_toolbar (ev_window);
        ev_toolbar_action_menu_popup (EV_TOOLBAR (ev_window->priv->toolbar));
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]