[evince/wip/gmenu] ev-window: don't hardcode "show-menubar" to FALSE
- From: Lars Uebernickel <larsu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince/wip/gmenu] ev-window: don't hardcode "show-menubar" to FALSE
- Date: Thu, 6 Feb 2014 11:54:57 +0000 (UTC)
commit 412965608ec5da792d3ccc49c786423f0ba5c115
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]