summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2006-08-10 12:08:51 +0000
committerEmmanuele Bassi <ebassi@src.gnome.org>2006-08-10 12:08:51 +0000
commit490bdc1dddfb20114ddb8bee6fc021797d13ff03 (patch)
treeee18574ce8d35e04bd37b608a231ca08168ba72f /ChangeLog
parent3f94923850a2d64af0d88912c6c11052bf946e89 (diff)
downloadgtk+-490bdc1dddfb20114ddb8bee6fc021797d13ff03.tar.gz
Remove the idle source in ::finalize...
2006-08-10 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkrecentchoosermenu.c: (gtk_recent_chooser_menu_finalize): Remove the idle source in ::finalize... (idle_populate_func), (idle_populate_clean_up): ...and reset the idle source id at the end of the idle loop while we hold the GDK mutex lock. (#350605, reported by Wouter Bolsterlee, patch by Chris Wilson)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b7691763e..73c7dd2501 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2006-08-10 Emmanuele Bassi <ebassi@gnome.org>
+
+ * gtk/gtkrecentchoosermenu.c:
+ (gtk_recent_chooser_menu_finalize): Remove the idle
+ source in ::finalize...
+
+ (idle_populate_func),
+ (idle_populate_clean_up): ...and reset the idle source
+ id at the end of the idle loop while we hold the GDK mutex
+ lock. (#350605, reported by Wouter Bolsterlee, patch by
+ Chris Wilson)
+
2006-08-10 Michael Natterer <mitch@imendio.com>
* gdk/quartz/gdkwindow-quartz.c