summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@novell.com>2009-05-06 13:02:17 -0500
committerFederico Mena Quintero <federico@novell.com>2009-05-06 13:25:48 -0500
commit8655754322a5864ba87d8bf721bdc6495a17ba17 (patch)
treeb9e6ddbab60d66c2a5847392cc866dfeba739a86 /ChangeLog
parent4c90c5ab3d7a6803049c21e1266f8e7e2564a7e3 (diff)
downloadgnome-settings-daemon-8655754322a5864ba87d8bf721bdc6495a17ba17.tar.gz
bgo#556050 - Make the RANDR tray icon's per-monitor labels explicitly black
The labels are always painted against a light pastel background. Using the theme's colors makes the label hard to read on 'inverse' themes. Signed-off-by: Federico Mena Quintero <federico@novell.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 10678953..bb9fb53f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-05-06 Federico Mena Quintero <federico@novell.com>
+
+ * plugins/xrandr/gsd-xrandr-manager.c
+ (make_menu_item_for_output_title): Make the menu item label
+ explicitly black. We don't want to follow the theme's colors, as
+ the label is always shown against a light pastel background ---
+ using the theme's colors makes the label hard to read on "inverse"
+ themes. Fixes the gnome-settings-daemon part of bug #556050.
+
==================== 2.26.1 ====================
2009-04-14 Jens Granseuer <jensgr@gmx.net>