diff options
| author | Paul Pogonyshev <pogonyshev@gmx.net> | 2008-04-02 20:18:03 +0000 |
|---|---|---|
| committer | Paul Pogonyshev <paulp@src.gnome.org> | 2008-04-02 20:18:03 +0000 |
| commit | 8282c9960218a9cd20db5146cf924460701949f8 (patch) | |
| tree | 67edbb423ebf860d19db2e7d16881c0a4265ca58 /ChangeLog | |
| parent | f84de31b695944a29ec058a5b965242fbf15d051 (diff) | |
| download | pygobject-8282c9960218a9cd20db5146cf924460701949f8.tar.gz pygobject-8282c9960218a9cd20db5146cf924460701949f8.tar.xz pygobject-8282c9960218a9cd20db5146cf924460701949f8.zip | |
bug #428732 (pyg_enum_new): Fix two wrong assertions about
2008-04-02 Paul Pogonyshev <pogonyshev@gmx.net>
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-04-02 Paul Pogonyshev <pogonyshev@gmx.net> + + * 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 <pogonyshev@gmx.net> * gobject/pygenum.c (pyg_enum_richcompare): Don't return NULL |
