diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-05-27 03:51:49 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-27 03:51:49 +0800 |
commit | 060b59aa0748bf64e78c3a172a89c30fdfaa6ecc (patch) | |
tree | d1ab40c5e50fc2c3b7f43ed79b025bdb6fd23231 /calendar/gui | |
parent | 46c1d69823638605e633838cda728e9b02e11117 (diff) | |
download | gsoc2013-evolution-060b59aa0748bf64e78c3a172a89c30fdfaa6ecc.tar.gz gsoc2013-evolution-060b59aa0748bf64e78c3a172a89c30fdfaa6ecc.tar.zst gsoc2013-evolution-060b59aa0748bf64e78c3a172a89c30fdfaa6ecc.zip |
Changed the default "Tasks due today" colour to be a light-blue (one of
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.
svn path=/trunk/; revision=26105
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/apps_evolution_calendar.schemas.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
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> |