[gnome-photos] main-window: Don't show an extra menu when the app menu is disabled



commit c2a2637c5f7f480dfa1e62aebfe9c6ed4646bb6e
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]