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 <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2012-05-31 22:06:30 +02:00
parent 2c5235cca7
commit 3e1e82cdeb

View File

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