From 8282c9960218a9cd20db5146cf924460701949f8 Mon Sep 17 00:00:00 2001 From: Paul Pogonyshev Date: Wed, 2 Apr 2008 20:18:03 +0000 Subject: bug #428732 (pyg_enum_new): Fix two wrong assertions about 2008-04-02 Paul Pogonyshev * gobject/pygenum.c: bug #428732 (pyg_enum_new): Fix two wrong assertions about '__enum_values__' size and contents. (pyg_enum_reduce): New function (based on patch by Phil Dumont). (pyg_enum_methods): Hook it up. svn path=/trunk/; revision=756 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 23104d5..931be07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-04-02 Paul Pogonyshev + + * gobject/pygenum.c: bug #428732 + (pyg_enum_new): Fix two wrong assertions about '__enum_values__' + size and contents. + (pyg_enum_reduce): New function (based on patch by Phil Dumont). + (pyg_enum_methods): Hook it up. + 2008-03-24 Paul Pogonyshev * gobject/pygenum.c (pyg_enum_richcompare): Don't return NULL -- cgit