[frogr] Don't set show-menubar when creating the main view



commit 9584042cafc7f436b16b258265a0eb8748604e2b
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Tue Jan 6 10:24:23 2015 +0000

    Don't set show-menubar when creating the main view

 src/frogr-main-view.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/frogr-main-view.c b/src/frogr-main-view.c
index ade90b7..b87be9e 100644
--- a/src/frogr-main-view.c
+++ b/src/frogr-main-view.c
@@ -2577,7 +2577,6 @@ frogr_main_view_new (GtkApplication *app)
   FrogrMainView *mainview =
     FROGR_MAIN_VIEW (g_object_new (FROGR_TYPE_MAIN_VIEW,
                                    "application", app,
-                                   "show-menubar", TRUE,
                                    NULL));
 
   /* Now initialize all the stuff strictly related to the UI */


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