[four-in-a-row] Leave new game action enabled at all times



commit 7efa4f287c7f5f0fc8f76f1568c646f09192551d
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu Jan 30 21:03:32 2014 -0600

    Leave new game action enabled at all times

 src/main.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index 7e09158..25ad0fe 100644
--- a/src/main.c
+++ b/src/main.c
@@ -493,7 +493,6 @@ prompt_player (void)
   const gchar *who = NULL;
   gchar *str = NULL;
 
-  g_simple_action_set_enabled (G_SIMPLE_ACTION (new_game_action), (human || gameover));
   g_simple_action_set_enabled (G_SIMPLE_ACTION (hint_action), (human || gameover));
 
   switch (players) {


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