From 5f8d2d3431dfd55a85567e9240d284aef526da8c Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Sun, 9 Jul 2006 14:22:51 +0000 Subject: missing iinfo.interface_data, needed for interface implementation --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d6ac0f2..04bf867 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-07-09 Gustavo J. A. M. Carneiro + + * gobject/gobjectmodule.c (pyg_type_register): Make interface_data + point to the python type before adding the interface to the new + 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...) + 2006-07-05 John Finlay * gobject/pygiochannel.c (py_io_channel_init): Fix message typo. -- cgit