[swell-foop] Remove New Game from app menu



commit 6d975a6d3f4fc4164a4e3976dd009138dd5e2b47
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Jan 25 15:47:29 2015 -0600

    Remove New Game from app menu

 src/swell-foop.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/swell-foop.vala b/src/swell-foop.vala
index 60efe41..55c4afe 100644
--- a/src/swell-foop.vala
+++ b/src/swell-foop.vala
@@ -130,7 +130,6 @@ public class SwellFoop : Gtk.Application
         var menu = new Menu ();
         var section = new Menu ();
         menu.append_section (null, section);
-        section.append (_("_New Game"), "app.new-game");
         section.append (_("_Scores"), "app.scores");
         section.append (_("_Preferences"), "app.preferences");
         section = new Menu ();


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