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



commit bd5eeaf541795a19dcc0cbce0a80ab125f8c780f
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 8a21620..6424f84 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -7200,7 +7200,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]