[four-in-a-row] Remove New Game from app menu



commit 79688050e1c498565ac7966da8d40f6351620200
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Jan 25 15:32:18 2015 -0600

    Remove New Game from app menu

 src/main.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index bfcdd85..11e0df8 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1127,7 +1127,6 @@ create_app (GApplication *app, gpointer user_data)
   app_menu = g_menu_new ();
   section = g_menu_new ();
   g_menu_append_section (app_menu, NULL, G_MENU_MODEL (section));
-  g_menu_append (section, _("_New Game"), "app.new-game");
   g_menu_append (section, _("_Scores"), "app.scores");
   g_menu_append (section, _("_Preferences"), "app.preferences");
   section = g_menu_new ();


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