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
This commit is contained in:
Jeffrey Stedfast
2004-05-26 19:51:49 +00:00
committed by Jeffrey Stedfast
parent 46c1d69823
commit 060b59aa07
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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>