summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2007-04-30 17:37:01 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2007-04-30 17:37:01 +0000
commita0f7e83fb9a50a43668eb5c622bfa6edb06185f5 (patch)
tree2ce9b002a31c658994ca26f19e99a285a039f2f2 /ChangeLog
parentd96aaf253b925d4e84374f5c7e79398c21eff72f (diff)
downloadpygobject-a0f7e83fb9a50a43668eb5c622bfa6edb06185f5.tar.gz
pygobject-a0f7e83fb9a50a43668eb5c622bfa6edb06185f5.tar.xz
pygobject-a0f7e83fb9a50a43668eb5c622bfa6edb06185f5.zip
fix descriptor / toggle_ref interaction bug
svn path=/trunk/; revision=658
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3131be..3792ef4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-04-30 Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
+
+ * tests/test_subtype.py (TestSubType.testDescriptor): Unit test
+ for the bug below.
+
+ * gobject/pygobject.c (pygobject_setattro): Account for the case
+ when attribute setting doesn't actually create an instance
+ dictionary, in which case pygobject_switch_to_toggle_ref would be
+ called twice, thereby causing gobject error.
+
2007-04-29 James Livingstone <doclivingstone@gmail.com>
reviewed by: Johan Dahlin <johan@gnome.org>