[five-or-more] Fix insensitive new game button



commit 15907f94feab877657f8fba552b4410b864cd795
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Aug 18 20:18:20 2014 -0500

    Fix insensitive new game button

 src/five-or-more.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/five-or-more.c b/src/five-or-more.c
index 3ce2ea7..0667e94 100644
--- a/src/five-or-more.c
+++ b/src/five-or-more.c
@@ -1525,7 +1525,7 @@ startup_cb (GApplication *application)
   GError *error = NULL;
 
   GActionEntry app_actions[] = {
-    { "new", game_new_callback },
+    { "new-game", game_new_callback },
     { "scores", game_top_ten_callback },
     { "preferences", game_props_callback },
     { "help", game_help_callback },


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