[gcompris/gcomprixogoo] Added missing configuration button. Now teachers / children can set force uppercase.
- From: Bruno Coudoin <bcoudoin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcompris/gcomprixogoo] Added missing configuration button. Now teachers / children can set force uppercase.
- Date: Mon, 22 Nov 2010 21:20:23 +0000 (UTC)
commit e2d8672f2e040ae8d2de3e39e59c80b0fd060785
Author: Bruno Coudoin <bruno coudoin free fr>
Date: Mon Nov 22 01:57:24 2010 +0100
Added missing configuration button. Now teachers / children can set force uppercase.
src/click_on_letter-activity/click_on_letter.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/click_on_letter-activity/click_on_letter.c b/src/click_on_letter-activity/click_on_letter.c
index 4206e17..f1930f4 100644
--- a/src/click_on_letter-activity/click_on_letter.c
+++ b/src/click_on_letter-activity/click_on_letter.c
@@ -189,11 +189,11 @@ static void start_board (GcomprisBoard *agcomprisBoard)
if(svg_handle) {
gc_bar_set_repeat_icon(svg_handle);
g_object_unref(svg_handle);
- gc_bar_set(GC_BAR_LEVEL|GC_BAR_REPEAT_ICON);
+ gc_bar_set(GC_BAR_CONFIG|GC_BAR_LEVEL|GC_BAR_REPEAT_ICON);
} else {
- gc_bar_set(GC_BAR_LEVEL|GC_BAR_REPEAT);
+ gc_bar_set(GC_BAR_CONFIG|GC_BAR_LEVEL|GC_BAR_REPEAT);
}
- gc_bar_location(BOARDWIDTH-270, 5, 0.7);
+ gc_bar_location(BOARDWIDTH-300, 5, 0.7);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]