aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-12 13:37:56 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-12 13:37:56 +0800
commit33423ed255ce0fa7a246f36da4cb5ef5d278f08d (patch)
treef94084aa193ec37b89252815951de8ae4a5fe79d /shell/ChangeLog
parentac07e6a338f1dba0a4c5a5d044bb58b01e82a211 (diff)
downloadgsoc2013-evolution-33423ed255ce0fa7a246f36da4cb5ef5d278f08d.tar
gsoc2013-evolution-33423ed255ce0fa7a246f36da4cb5ef5d278f08d.tar.gz
gsoc2013-evolution-33423ed255ce0fa7a246f36da4cb5ef5d278f08d.tar.bz2
gsoc2013-evolution-33423ed255ce0fa7a246f36da4cb5ef5d278f08d.tar.lz
gsoc2013-evolution-33423ed255ce0fa7a246f36da4cb5ef5d278f08d.tar.xz
gsoc2013-evolution-33423ed255ce0fa7a246f36da4cb5ef5d278f08d.tar.zst
gsoc2013-evolution-33423ed255ce0fa7a246f36da4cb5ef5d278f08d.zip
Also flush GDK after flushing GTK. Otherwise GTK might queue draw requests
* main.c (quit_box_new): Also flush GDK after flushing GTK. Otherwise GTK might queue draw requests to X that don't get executed. svn path=/trunk/; revision=13617
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index fc8579b7b4..5a7eb5ef63 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,11 @@
2001-10-12 Ettore Perazzoli <ettore@ximian.com>
+ * main.c (quit_box_new): Also flush GDK after flushing GTK.
+ Otherwise GTK might queue draw requests to X that don't get
+ executed.
+
+2001-10-12 Ettore Perazzoli <ettore@ximian.com>
+
[Hopefully really fix #8615 and friends.]
* main.c (no_views_left_cb): Invoke `e_shell_disconnect_db()'