diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | 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 <fejj@novell.com> + + * 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 <rodrigo@ximian.com> 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 @@ <applyto>/apps/evolution/calendar/tasks/colors/due_today</applyto> <owner>evolution-calendar</owner> <type>string</type> - <default>blue</default> + <default>#1e90ff</default> <locale name="C"> <short>Color of tasks that are due today</short> </locale> @@ -232,7 +232,7 @@ <applyto>/apps/evolution/calendar/tasks/colors/overdue</applyto> <owner>evolution-calendar</owner> <type>string</type> - <default>red</default> + <default>#ff0000</default> <locale name="C"> <short>Color of tasks that are overdue</short> </locale> |