[atomix] Do not show scores after entering scores



commit 284c230d2126cd81774f20418288ba7be93b5e53
Author: Robert Roth <robert roth off gmail com>
Date:   Fri Jun 22 20:48:57 2018 +0300

    Do not show scores after entering scores

 src/main.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/src/main.c b/src/main.c
index 3a71983..ee3a5ed 100644
--- a/src/main.c
+++ b/src/main.c
@@ -266,7 +266,6 @@ static void set_game_not_running_state (void)
                                     add_score_cb,
                                     NULL);
   }
-  games_scores_context_run_dialog (app->high_scores);
 
   app->level = NULL;
   app->goal = NULL;
@@ -650,6 +649,11 @@ static AtomixApp *create_gui (GApplication *app_instance)
   GMenu * menu = G_MENU (gtk_builder_get_object (builder, "app-menu"));
   gtk_application_set_app_menu (GTK_APPLICATION (app->app_instance), G_MENU_MODEL (menu));
 
+///  g_object_set (gtk_widget_get_settings (headerbar),
+//                "gtk-shell-shows-app-menu", FALSE,
+//                NULL);
+
+
   g_object_unref (builder);
 
   return app;


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