[aisleriot] Disable keynav by default



commit 691f3fe05b272384138cd4e236e0d9a347912a6f
Author: Christian Persch <chpe gnome org>
Date:   Sat Apr 16 21:52:41 2011 +0200

    Disable keynav by default
    
    It's just too ugly. Let's re-think this for 3.2.

 src/board-noclutter.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/board-noclutter.c b/src/board-noclutter.c
index f3a0f3b..0727226 100644
--- a/src/board-noclutter.c
+++ b/src/board-noclutter.c
@@ -45,9 +45,9 @@
 
 #define AISLERIOT_BOARD_GET_PRIVATE(board)(G_TYPE_INSTANCE_GET_PRIVATE ((board), AISLERIOT_TYPE_BOARD, AisleriotBoardPrivate))
 
-/* Enable keynav by default */
-#ifndef DISABLE_KEYNAV
-#define ENABLE_KEYNAV
+/* Disable keynav by default */
+#ifndef ENABLE_KEYNAV
+#undef ENABLE_KEYNAV
 #endif
 
 /* The minimum size for the playing area. Almost completely arbitrary. */



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