From 060b59aa0748bf64e78c3a172a89c30fdfaa6ecc Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 26 May 2004 19:51:49 +0000 Subject: Changed the default "Tasks due today" colour to be a light-blue (one of 2004-05-26 Jeffrey Stedfast * gui/apps_evolution_calendar.schemas.in.in: Changed the default "Tasks due today" colour to be a light-blue (one of the default colour values in the colour picker dialog). Fixes bug #53412. svn path=/trunk/; revision=26105 --- calendar/ChangeLog | 6 ++++++ calendar/gui/apps_evolution_calendar.schemas.in.in | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index c2bceead38..5f4dfd79ef 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2004-05-26 Jeffrey Stedfast + + * gui/apps_evolution_calendar.schemas.in.in: Changed the default + "Tasks due today" colour to be a light-blue (one of the default + colour values in the colour picker dialog). Fixes bug #53412. + 2004-05-26 Rodrigo Moya Fixes #57759 diff --git a/calendar/gui/apps_evolution_calendar.schemas.in.in b/calendar/gui/apps_evolution_calendar.schemas.in.in index 1939dcfeab..5c9f1294a9 100644 --- a/calendar/gui/apps_evolution_calendar.schemas.in.in +++ b/calendar/gui/apps_evolution_calendar.schemas.in.in @@ -221,7 +221,7 @@ /apps/evolution/calendar/tasks/colors/due_today evolution-calendar string - blue + #1e90ff Color of tasks that are due today @@ -232,7 +232,7 @@ /apps/evolution/calendar/tasks/colors/overdue evolution-calendar string - red + #ff0000 Color of tasks that are overdue -- cgit