Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2006-02-26 22:12:02 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-02-26 22:12:02 (GMT)
commit6b4f804cb532d460f09bd12ddd68310229ef92ce (patch)
treef6f344b235ecda4980c17e51c4fa9b822bf8172f
parent11ecc75f6fae087042b967313b4783e2a22149fd (diff)
Release 7.3.2 src/boards/python/electric.py: now values can be used in the
Release 7.3.2 src/boards/python/electric.py: now values can be used in the drag and drop
-rw-r--r--ChangeLog7
-rw-r--r--configure.in2
-rw-r--r--src/boards/python/electric.py2
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fa713c6..24494cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-02-26 Bruno coudoin <bruno.coudoin@free.fr>
+ reviewed by: <delete if not using a buddy>
+
+ * configure.in:
+ * src/boards/python/electric.py:
+
+2006-02-26 Bruno coudoin <bruno.coudoin@free.fr>
+
- Added Finish voices by Niko Lewman
- Fixed eu numbers voices to use unicode formatting.
diff --git a/configure.in b/configure.in
index ebeea36..b6abb39 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/gcompris/gcompris.c)
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(gcompris, 7.3.1)
+AM_INIT_AUTOMAKE(gcompris, 7.3.2)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
diff --git a/src/boards/python/electric.py b/src/boards/python/electric.py
index d365f86..846b65c 100644
--- a/src/boards/python/electric.py
+++ b/src/boards/python/electric.py
@@ -766,7 +766,7 @@ class Component(object):
fill_color = "white",
justification=gtk.JUSTIFY_CENTER
)
- self.component_item.connect("event", self.component_move, self)
+ self.item_values.connect("event", self.component_move, self)
# Return False if we need more value to complete our component
# This is usefull in case where one Component is made of several gnucap component