[evince/wip/gmenu: 6/6] ev-window: don't hardcode "show-menubar" to FALSE



commit 37966f0fe9d64b8df1a861bf46f677788cef2439
Author: Lars Uebernickel <lars uebernickel canonical com>
Date:   Thu Feb 6 11:51:35 2014 +0000

    ev-window: don't hardcode "show-menubar" to FALSE
    
    It breaks the fallback window menu on desktops that don't show the menu
    in the shell.

 shell/ev-window.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 388bbda..eabe27a 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -7205,7 +7205,6 @@ ev_window_new (void)
        ev_window = GTK_WIDGET (g_object_new (EV_TYPE_WINDOW,
                                              "type", GTK_WINDOW_TOPLEVEL,
                                               "application", g_application_get_default (),
-                                             "show-menubar", FALSE,
                                              NULL));
 
        return ev_window;


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