summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-08-12 18:39:17 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-08-12 18:39:17 +0000
commit1f61c61410454f701e6d729f5bbb3ba62dc54e55 (patch)
tree743c02cddcfb23b1b7dcd43e60680c29616b582f /ChangeLog.pre-2-8
parente44a9c0c6e57c1a43317641bd854358586f5d92a (diff)
downloadgtk+-1f61c61410454f701e6d729f5bbb3ba62dc54e55.tar.gz
When changing the icon theme, defer the resetting of rc styles to an idle,
2005-08-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtkicontheme.c: When changing the icon theme, defer the resetting of rc styles to an idle, so that it does not happen e.g during expose handling (which is problematic, since some widgets, like the toolbar, are changing the hierarchy in response to style changes). (#300539, reported by many people, analyzed by Owen Taylor)
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-89
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 9ae69a9842..c686083406 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,12 @@
+2005-08-12 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkicontheme.c: When changing the icon theme, defer
+ the resetting of rc styles to an idle, so that it does
+ not happen e.g during expose handling (which is problematic,
+ since some widgets, like the toolbar, are changing the
+ hierarchy in response to style changes). (#300539, reported
+ by many people, analyzed by Owen Taylor)
+
2005-08-12 Owen Taylor <otaylor@redhat.com>
* gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_back_pixmap)