Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2009-03-10 20:25:02 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2009-03-10 20:25:02 (GMT)
commit503d68148cfbf3255c4890b8565ad4d34859c202 (patch)
treebc1d6a14996aa944cd58b7dd5d74b1430f98c80a /ChangeLog
parent7b7e23c1ec41f6220cafdfd690531665f6372327 (diff)
Patch from Miguel that fixes the configuration
of python activities (tuxpaint and login was crashing). svn path=/trunk/; revision=3765
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fc5fe1..d50626a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2009-03-10 Bruno coudoin <bruno.coudoin@free.fr>
+
+ Patch from Miguel that fixes the configuration
+ of python activities (tuxpaint and login was crashing).
+
+ * src/boards/Makefile.am:
+ * src/boards/py-mod-gcompris.c:
+ (py_gc_board_config_window_display),
+ (py_gc_board_config_boolean_box), (py_gc_board_config_combo_box),
+ (py_gc_board_config_radio_buttons), (py_gc_board_config_spin_int),
+ (py_gc_board_conf_separator), (py_gc_board_config_combo_locales),
+ (py_gc_board_config_combo_locales_asset),
+ (py_gc_board_config_textview):
+ * src/boards/python/login.py:
+ * src/boards/python/pythontest.py:
+ * src/boards/python/tuxpaint.py:
+ * src/gcompris/board_config_radio.c:
+ (gc_board_config_radio_buttons):
+
*** RELEASE 8.4.9 ***
2009-03-04 Bruno coudoin <bruno.coudoin@free.fr>