summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-08-24 15:47:28 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-08-24 15:47:28 +0000
commit3727c633a922aebeffa4eefff3fa9ca7699d406b (patch)
treeb3de337128f3eb0203cf73ff95c5a75e5a54240f /ChangeLog.pre-2-8
parentfb8fe489ab34856903287322b2f1f6fb79c60615 (diff)
downloadgdk-pixbuf-3727c633a922aebeffa4eefff3fa9ca7699d406b.tar.gz
Make sure font and cursor settings get propagated down to the screen
2005-08-24 Matthias Clasen <mclasen@redhat.com> * gtk/gtksettings.c (gtk_settings_get_for_screen): Make sure font and cursor settings get propagated down to the screen initially. Pointed out by Frederic Crozat.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-84
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 4b47782f7..0008faf7b 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,5 +1,9 @@
2005-08-24 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtksettings.c (gtk_settings_get_for_screen): Make sure font
+ and cursor settings get propagated down to the screen initially.
+ Pointed out by Frederic Crozat.
+
* gtk/gtkicontheme.c (ensure_valid_themes): Don't try to send a client
message if the screen is NULL. Noticed by Kjartan Maraas.