[gcompris] fixes the demo system in static compilation case (windows).



commit 2654e115d4bac7c8670198cea441604dac76adeb
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Mon Oct 24 21:37:33 2011 +0200

    fixes the demo system in static compilation case (windows).

 src/gcompris/board.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/gcompris/board.c b/src/gcompris/board.c
index ffcab80..8355840 100644
--- a/src/gcompris/board.c
+++ b/src/gcompris/board.c
@@ -204,9 +204,6 @@ gc_board_check_file(GcomprisBoard *gcomprisBoard)
     return TRUE;
   }
 
-  if ( !gcomprisBoard->demo && gc_activation_check(properties->key) <= 0 )
-    return FALSE;
-
   while(static_boards[i++] != NULL) {
 
     /* Get the BoardPlugin Info */



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