summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Pogonyshev <pogonyshev@gmx.net>2008-08-27 21:40:12 +0000
committerPaul Pogonyshev <paulp@src.gnome.org>2008-08-27 21:40:12 +0000
commitaf2ba2b7bf6388b46f98706991430b827737e0d0 (patch)
tree8e35940bab27f926326dd75628da8c43bec9fb3b /ChangeLog
parent328b8849ee7e8db2cb02c710a2fadaaac20d0da3 (diff)
downloadpygobject-af2ba2b7bf6388b46f98706991430b827737e0d0.tar.gz
pygobject-af2ba2b7bf6388b46f98706991430b827737e0d0.tar.xz
pygobject-af2ba2b7bf6388b46f98706991430b827737e0d0.zip
Bug 549351 – an unitialized variable in PyGLib
2008-08-28 Paul Pogonyshev <pogonyshev@gmx.net> Bug 549351 – an unitialized variable in PyGLib * glib/pygmainloop.c (pyg_main_loop_init): Initialize `is_running'. svn path=/trunk/; revision=953
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ded2d7d..2e190a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-08-28 Paul Pogonyshev <pogonyshev@gmx.net>
+ Bug 549351 – an unitialized variable in PyGLib
+
+ * glib/pygmainloop.c (pyg_main_loop_init): Initialize
+ `is_running'.
+
+2008-08-28 Paul Pogonyshev <pogonyshev@gmx.net>
+
Bug 547633 – cannot create new threads when pygtk is used
* glib/pyglib.c (pyglib_notify_on_enabling_threads): New function.