From 3e1e82cdeb4ca49723bb3ab96585c7e3ab83eac2 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Thu, 31 May 2012 22:06:30 +0200 Subject: test/data/conf: Update with recent changes Update the value of "appearance.calendarview" used in the default configuration file of our test suite (we now use "monthly"/"weekly" instead of integer values). Late fix for what we broke in commit 2c5235cca70bf1c5b5e92dd5b6b178ab13b695f2. 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 de5efd0..71cc7b5 100644 --- a/test/data/conf +++ b/test/data/conf @@ -30,7 +30,7 @@ general.systemdialogs=no general.progressbar=no # Default calendar view (0)monthly (1)weekly: -appearance.calendarview=0 +appearance.calendarview=monthly # If this option is set to yes, monday is the first day of the week, else it is sunday general.firstdayofweek=monday -- cgit v1.2.3-54-g00ecf