diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2006-08-10 12:08:51 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@src.gnome.org> | 2006-08-10 12:08:51 +0000 |
commit | 490bdc1dddfb20114ddb8bee6fc021797d13ff03 (patch) | |
tree | ee18574ce8d35e04bd37b608a231ca08168ba72f /ChangeLog | |
parent | 3f94923850a2d64af0d88912c6c11052bf946e89 (diff) | |
download | gtk+-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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |