From 55ce546eb1a8bacd32e8822b1a7e29f4eebba01a Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Sun, 15 Jan 2006 19:52:57 +0000 Subject: Don't call g_value_init since the other *_to_gvalue methods expect an 2006-01-15 Christopher Aillon * gobject/gobjectmodule.c (pyg_strv_to_gvalue): Don't call g_value_init since the other *_to_gvalue methods expect an already inited GValue --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 29a2886..f722217 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-01-15 Christopher Aillon + + * gobject/gobjectmodule.c (pyg_strv_to_gvalue): + Don't call g_value_init since the other *_to_gvalue + methods expect an already inited GValue + 2006-01-14 Gustavo J. A. M. Carneiro * gobject/gobjectmodule.c (iowatch_marshal): Warn if io callback -- cgit