summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2007-04-30 17:50:43 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2007-04-30 17:50:43 +0000
commitecbf8b6315dda927f4f90d8651033eb67c46a187 (patch)
tree06a042ad7390593a49ac66c53b05d33ad31cf783 /ChangeLog
parent5c907554f4c995d0dba2359c8a30fe29927e02d0 (diff)
fix GSlice thread init warning
svn path=/trunk/; revision=660
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3792ef4..a371484 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-04-30 Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
+ * tests/common.py (importModules): Import testhelper first so that
+ g_thread_init is called before init_pygobject.
+
+ * tests/testhelpermodule.c (inittesthelper): Call g_thread_init
+ before init_pygobject.
+
* tests/test_subtype.py (TestSubType.testDescriptor): Unit test
for the bug below.