diff options
| author | Johan Dahlin <jdahlin@async.com.br> | 2007-08-27 15:59:00 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2007-08-27 15:59:00 +0000 |
| commit | f66505b9e43226d731fefdfd37325f411f7e0de1 (patch) | |
| tree | daccdf37ef74de09a53323503f8100fa960ec285 /ChangeLog | |
| parent | 078439f05b12ed4756e87f0e8c1c6ff1e93da880 (diff) | |
| download | pygobject-f66505b9e43226d731fefdfd37325f411f7e0de1.tar.gz pygobject-f66505b9e43226d731fefdfd37325f411f7e0de1.tar.xz pygobject-f66505b9e43226d731fefdfd37325f411f7e0de1.zip | |
Refactor a bit to make sure that it is possible to use in subclasses,
2007-08-27 Johan Dahlin <jdahlin@async.com.br>
* gobject/__init__.py (GObjectMeta._install_properties):
Refactor a bit to make sure that it is possible to use in subclasses,
fixes #470718 (Marco Giusti)
svn path=/trunk/; revision=699
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-08-27 Johan Dahlin <jdahlin@async.com.br> + + * gobject/__init__.py (GObjectMeta._install_properties): + Refactor a bit to make sure that it is possible to use in subclasses, + fixes #470718 (Marco Giusti) + 2007-08-27 Marco Giusti <marco.giusti@gmail.com> reviewed by: Gustavo J. A. M. Carneiro |
