summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-07-09 14:45:25 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-07-09 14:45:25 +0000
commit3a70f2630f8514c841bb5ddeff9f0fad91a99605 (patch)
tree6d17c78803429405d3a44c02bd220f4c5202a2e2 /ChangeLog
parent5f8d2d3431dfd55a85567e9240d284aef526da8c (diff)
interface implementation fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04bf867..6dab803 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
type. This should fix interface implementation (actually I
thought such code had already been added earlier but can't find it
now and it is obviously needed...)
+ (pyg_type_register): move the code that needs g_type_class_ref
+ until after interface registration (more code that I already wrote
+ in the past but got lost).
2006-07-05 John Finlay <finlay@moeraki.com>