From bf1a9212fff42d85d12869b63c7c5cc703416da1 Mon Sep 17 00:00:00 2001 From: Martin Hawlisch Date: Fri, 12 May 2006 19:48:45 +0000 Subject: [PATCH] * data/gramps.schemas.in: Swap colors for ToDo and complete. Using green is more obvious for complete records. svn: r6633 --- ChangeLog | 6 +++++- data/gramps.schemas.in | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c56caca56..d8fd91510 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-04-26 Martin wlisch + * data/gramps.schemas.in: Swap colors for ToDo and complete. Using + green is more obvious for complete records. + 2006-05-12 Alex Roitman * 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 +2006-04-26 Martin wlisch * src/DataViews/_MapView.py: First badly hacked version of online map downloading. diff --git a/data/gramps.schemas.in b/data/gramps.schemas.in index fad6934ea..8834e5708 100644 --- a/data/gramps.schemas.in +++ b/data/gramps.schemas.in @@ -20,7 +20,7 @@ /apps/gramps/preferences/complete-color gramps string - #fcaf3e + #8ae234 Color used to highlight compete items in a list Color used to highlight compete items in a list @@ -32,7 +32,7 @@ /apps/gramps/preferences/todo-color gramps string - #8ae234 + #fcaf3e Color used to highlight TODO items in a list Color used to highlight TODO items in a list