From 6c11b8985cbd8fbb5525a4c4d2338603b81729c5 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Thu, 17 May 2012 21:59:49 +0200 Subject: Fix data type of "general.firstdayofweek" This option wasn't converted to a proper data type when it was renamed from "week_begins_on_monday" to "general.firstdayofweek". Convert the boolean option into an enumeration type that can take the values "monday" and "sunday". Also, update the documentation, add a conversion rule to the upgrade script and convert the configuration file used in the test suite. Signed-off-by: Lukas Fleischer --- test/data/conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/data/conf b/test/data/conf index e30e6b8..de5efd0 100644 --- a/test/data/conf +++ b/test/data/conf @@ -33,7 +33,7 @@ general.progressbar=no appearance.calendarview=0 # If this option is set to yes, monday is the first day of the week, else it is sunday -general.firstdayofweek=yes +general.firstdayofweek=monday # This is the color theme used for menus : appearance.theme=red on default -- cgit v1.2.3