[gnome-photos/gnome-3-16] main-window: Don't show an extra menu when the app menu is disabled
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/gnome-3-16] main-window: Don't show an extra menu when the app menu is disabled
- Date: Thu, 8 Oct 2015 08:41:56 +0000 (UTC)
commit 07de12c4d1f1fe3c11139ab1531abed665ae4cb7
Author: Alessandro Bono <shadow openaliasbox org>
Date: Thu Oct 8 10:27:44 2015 +0200
main-window: Don't show an extra menu when the app menu is disabled
https://bugzilla.gnome.org/show_bug.cgi?id=756221
src/photos-main-window.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/photos-main-window.c b/src/photos-main-window.c
index 2f9ffc7..4c24f53 100644
--- a/src/photos-main-window.c
+++ b/src/photos-main-window.c
@@ -465,6 +465,7 @@ photos_main_window_new (GtkApplication *application)
"application", application,
"title", _(PACKAGE_NAME),
"window-position", GTK_WIN_POS_CENTER,
+ "show-menubar", FALSE,
NULL);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]