From d1e9ef6614199ea886f2bb2864410383c00fe6f4 Mon Sep 17 00:00:00 2001 From: Sebastian Granjoux Date: Mon, 2 Jul 2007 17:54:27 +0000 Subject: reviewed by: Johan Dahlin 2007-07-02 Sebastian Granjoux 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 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6e87c8e..13b5b32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-07-02 Sebastian Granjoux + + 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 * gobject/pygobject.h: Add a flags field to PyGObject; uses -- cgit