summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2007-08-27 15:59:00 +0000
committerJohan Dahlin <johan@src.gnome.org>2007-08-27 15:59:00 +0000
commitf66505b9e43226d731fefdfd37325f411f7e0de1 (patch)
treedaccdf37ef74de09a53323503f8100fa960ec285 /ChangeLog
parent078439f05b12ed4756e87f0e8c1c6ff1e93da880 (diff)
downloadpygobject-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca14101..2a80343 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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