Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYves Combe <ycombe@src.gnome.org>2006-03-30 07:24:14 (GMT)
committer Yves Combe <ycombe@src.gnome.org>2006-03-30 07:24:14 (GMT)
commit75e4032a7d0f320fb7c710fad3d71ecd93aa0db0 (patch)
tree4441bd405e9d81fd80dbc52281c4749d359db288
parent2afcbc9599bcfd20c2013353a0d6cd3dc32586d9 (diff)
board was not reinitialised correctly after first use.
-rw-r--r--ChangeLog6
-rw-r--r--src/boards/memory.c3
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f43eb3c..769d8dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-30 Yves Combe <yves@ycombe.net>
+
+ board was not reinitialised correctly after first use.
+
+ * src/boards/memory.c: (start_board):
+
2006-03-30 Bruno coudoin <bruno.coudoin@free.fr>
- Updated for windows release 7.4BETA2
diff --git a/src/boards/memory.c b/src/boards/memory.c
index ac31bd6..b4032d9 100644
--- a/src/boards/memory.c
+++ b/src/boards/memory.c
@@ -1,6 +1,6 @@
/* gcompris - memory.c
*
- * Time-stamp: <2006/03/21 23:29:37 yves>
+ * Time-stamp: <2006/03/30 09:21:14 yves>
*
* Copyright (C) 2000 Bruno Coudoin
*
@@ -789,6 +789,7 @@ static void start_board (GcomprisBoard *agcomprisBoard)
} else {
currentMode=MODE_NORMAL;
currentUiMode=UIMODE_NORMAL;
+ currentBoardMode=BOARDMODE_NORMAL;
g_warning("Fallback mode set to images");
}
}