diff options
| author | Johan Dahlin <johan@gnome.org> | 2007-04-30 02:43:37 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2007-04-30 02:43:37 +0000 |
| commit | 958b9aa52ce7a5c774f26f92adea06579242b28a (patch) | |
| tree | 2b76e24a5e12a25cc03bd7b1298b933b08db0a2f /ChangeLog | |
| parent | 7da08ab393e14d020d77d3e67db4edbc2742e95f (diff) | |
| download | pygobject-958b9aa52ce7a5c774f26f92adea06579242b28a.tar.gz pygobject-958b9aa52ce7a5c774f26f92adea06579242b28a.tar.xz pygobject-958b9aa52ce7a5c774f26f92adea06579242b28a.zip | |
Treat None in a GValueArray as pointer/NULL, patch by Ed Catmur, fixes
2007-04-29 Johan Dahlin <johan@gnome.org>
* gobject/pygtype.c: (pyg_value_array_from_pyobject):
* tests/test_gtype.py:
* tests/testhelpermodule.c: (_wrap_test_value_array):
Treat None in a GValueArray as pointer/NULL, patch by
Ed Catmur, fixes #352209.
svn path=/trunk/; revision=656
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-04-29 Johan Dahlin <johan@gnome.org> + + * gobject/pygtype.c: (pyg_value_array_from_pyobject): + * tests/test_gtype.py: + * tests/testhelpermodule.c: (_wrap_test_value_array): + + Treat None in a GValueArray as pointer/NULL, patch by + Ed Catmur, fixes #352209. + 2007-04-29 Loïc Minier <lool+gnome@via.ecp.fr> reviewed by: Johan Dahlin <johan@gnome.org> |
