[aisleriot] app: Don't show the app menu in the window in fallback mode



commit 614cdaabfc84567cdcdadc3265e15aa93239936e
Author: Christian Persch <chpe gnome org>
Date:   Mon Mar 4 20:54:31 2013 +0100

    app: Don't show the app menu in the window in fallback mode

 src/window.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/window.c b/src/window.c
index 56b3ccc..43a61b8 100644
--- a/src/window.c
+++ b/src/window.c
@@ -2459,6 +2459,7 @@ aisleriot_window_new (GtkApplication *application)
 {
   return g_object_new (AISLERIOT_TYPE_WINDOW,
                        "application", application,
+                       "show-menubar", FALSE,
                        NULL);
 }
 


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