diff options
| author | James Livingstone <doclivingstone@gmail.com> | 2007-04-30 02:50:06 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2007-04-30 02:50:06 +0000 |
| commit | d96aaf253b925d4e84374f5c7e79398c21eff72f (patch) | |
| tree | 7952699d708c6034cc1051db3bef0717e698c320 /ChangeLog | |
| parent | 958b9aa52ce7a5c774f26f92adea06579242b28a (diff) | |
| download | pygobject-d96aaf253b925d4e84374f5c7e79398c21eff72f.tar.gz pygobject-d96aaf253b925d4e84374f5c7e79398c21eff72f.tar.xz pygobject-d96aaf253b925d4e84374f5c7e79398c21eff72f.zip | |
reviewed by: Johan Dahlin <johan@gnome.org>
2007-04-29 James Livingstone <doclivingstone@gmail.com>
reviewed by: Johan Dahlin <johan@gnome.org>
* gobject/pygtype.c: (pyg_value_from_pyobject):
* tests/test_signal.py:
Add a missing else to avoid throwing a TypeError.
Includes a test written by Ed Catmur.
Fixes #374653
svn path=/trunk/; revision=657
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2007-04-29 James Livingstone <doclivingstone@gmail.com> + + reviewed by: Johan Dahlin <johan@gnome.org> + + * gobject/pygtype.c: (pyg_value_from_pyobject): + * tests/test_signal.py: + + Add a missing else to avoid throwing a TypeError. + Includes a test written by Ed Catmur. + Fixes #374653 + 2007-04-29 Johan Dahlin <johan@gnome.org> * gobject/pygtype.c: (pyg_value_array_from_pyobject): |
