* data/gramps.schemas.in: Swap colors for ToDo and complete. Using green is more obvious for complete records.
svn: r6633
This commit is contained in:
		| @@ -1,3 +1,7 @@ | ||||
| 2006-04-26  Martin wlisch  <Martin.Hawlisch@gmx.de> | ||||
| 	* data/gramps.schemas.in: Swap colors for ToDo and complete. Using | ||||
| 	green is more obvious for complete records. | ||||
|  | ||||
| 2006-05-12  Alex Roitman  <shura@gramps-project.org> | ||||
| 	* src/UndoHistory.py (gtk_color_to_str): Better color to str. | ||||
| 	* src/QuestionDialog.py (QuestionDialog2.__init__): Use the | ||||
| @@ -527,7 +531,7 @@ | ||||
| 	* src/gramps_main.py: multiple bookmark lists | ||||
| 	* src/PageView.py: multiple bookmark lists | ||||
|  | ||||
| 2006-04-26  Martin Hawlisch  <Martin.Hawlisch@gmx.de> | ||||
| 2006-04-26  Martin wlisch  <Martin.Hawlisch@gmx.de> | ||||
| 	* src/DataViews/_MapView.py: First badly hacked version of online map | ||||
| 	downloading. | ||||
|  | ||||
|   | ||||
| @@ -20,7 +20,7 @@ | ||||
|         <applyto>/apps/gramps/preferences/complete-color</applyto> | ||||
|         <owner>gramps</owner> | ||||
|         <type>string</type> | ||||
|         <default>#fcaf3e</default> | ||||
|         <default>#8ae234</default> | ||||
|         <locale name="C"> | ||||
|           <short>Color used to highlight compete items in a list</short> | ||||
|           <long>Color used to highlight compete items in a list</long> | ||||
| @@ -32,7 +32,7 @@ | ||||
|         <applyto>/apps/gramps/preferences/todo-color</applyto> | ||||
|         <owner>gramps</owner> | ||||
|         <type>string</type> | ||||
|         <default>#8ae234</default> | ||||
|         <default>#fcaf3e</default> | ||||
|         <locale name="C"> | ||||
|           <short>Color used to highlight TODO items in a list</short> | ||||
|           <long>Color used to highlight TODO items in a list</long> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user