diff options
| author | Sebastian Granjoux <seb.sfo@free.fr> | 2007-07-02 17:54:27 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2007-07-02 17:54:27 +0000 |
| commit | d1e9ef6614199ea886f2bb2864410383c00fe6f4 (patch) | |
| tree | e79aac9361434b11cb957b587ae78ba625a559d7 /ChangeLog | |
| parent | e0fc94bfbdae09096f73b4378686a3ec2e8e392a (diff) | |
| download | pygobject-d1e9ef6614199ea886f2bb2864410383c00fe6f4.tar.gz pygobject-d1e9ef6614199ea886f2bb2864410383c00fe6f4.tar.xz pygobject-d1e9ef6614199ea886f2bb2864410383c00fe6f4.zip | |
reviewed by: Johan Dahlin
2007-07-02 Sebastian Granjoux <seb.sfo@free.fr>
reviewed by: Johan Dahlin
* gobject/gobjectmodule.c: (pyg_gerror_exception_check):
* tests/test_gtype.py:
* tests/testhelpermodule.c: (_wrap_test_gerror_exception):
Fix a bug in pyg_error_exception_check, add a test, Fixes #449879
svn path=/trunk/; revision=678
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2007-07-02 Sebastian Granjoux <seb.sfo@free.fr> + + reviewed by: Johan Dahlin + + * gobject/gobjectmodule.c: (pyg_gerror_exception_check): + * tests/test_gtype.py: + * tests/testhelpermodule.c: (_wrap_test_gerror_exception): + + Fix a bug in pyg_error_exception_check, add a test, Fixes #449879 + 2007-06-17 Gustavo J. A. M. Carneiro <gjc@gnome.org> * gobject/pygobject.h: Add a flags field to PyGObject; uses |
