diff options
| author | Gustavo J. A. M. Carneiro <gjc@src.gnome.org> | 2007-06-17 16:26:34 +0000 |
|---|---|---|
| committer | Gustavo J. A. M. Carneiro <gjc@src.gnome.org> | 2007-06-17 16:26:34 +0000 |
| commit | e0fc94bfbdae09096f73b4378686a3ec2e8e392a (patch) | |
| tree | a30c4ce4bfb48f473016c37cd1cf233190d30b99 /ChangeLog | |
| parent | d2f8d7d3e54b8a22f3c4e19c322c7c7ead0e8583 (diff) | |
Bug 447271 – gobject has a weird bug on mac. Involves python, property and subclassing
svn path=/trunk/; revision=677
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2007-06-17 Gustavo J. A. M. Carneiro <gjc@gnome.org> + + * gobject/pygobject.h: Add a flags field to PyGObject; uses + structure space formerly occupied by the now stale "GSList + *closures" field. + + * gobject/pygobject.c (pygobject_switch_to_toggle_ref): Do nothing + if the wrapper is already in toggle reference mode. Closes #447271. + + * tests/test_subtype.py: Test case for #447271. + 2007-06-17 Sebastien Bacher <seb128@ubuntu.com> * m4/python.m4: use python-config to get python includes |
