summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Pogonyshev <pogonyshev@gmx.net>2008-08-27 21:42:07 +0000
committerPaul Pogonyshev <paulp@src.gnome.org>2008-08-27 21:42:07 +0000
commitecc390279163f57bea6b25ba06e8958848904900 (patch)
treea406e5d7328f1a91fd211424ef085b3cc344f8a9 /ChangeLog
parentaf2ba2b7bf6388b46f98706991430b827737e0d0 (diff)
downloadpygobject-ecc390279163f57bea6b25ba06e8958848904900.tar.gz
pygobject-ecc390279163f57bea6b25ba06e8958848904900.tar.xz
pygobject-ecc390279163f57bea6b25ba06e8958848904900.zip
Bug 549191 – Constructor of gtk.TreeView raises TypeError when model is
2008-08-28 Paul Pogonyshev <pogonyshev@gmx.net> Bug 549191 – Constructor of gtk.TreeView raises TypeError when model is None * gobject/pygtype.c (pyg_value_from_pyobject): Handle None in G_TYPE_INTERFACE branch. svn path=/trunk/; revision=954
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e190a5..514f324 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-08-28 Paul Pogonyshev <pogonyshev@gmx.net>
+ Bug 549191 – Constructor of gtk.TreeView raises TypeError when
+ model is None
+
+ * gobject/pygtype.c (pyg_value_from_pyobject): Handle None in
+ G_TYPE_INTERFACE branch.
+
+2008-08-28 Paul Pogonyshev <pogonyshev@gmx.net>
+
Bug 549351 – an unitialized variable in PyGLib
* glib/pygmainloop.c (pyg_main_loop_init): Initialize