diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-05-31 22:06:30 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-05-31 22:06:51 +0200 |
commit | 3e1e82cdeb4ca49723bb3ab96585c7e3ab83eac2 (patch) | |
tree | c3131cc878568a862290a452b619f0337c228c36 /test/data/conf | |
parent | 2c5235cca70bf1c5b5e92dd5b6b178ab13b695f2 (diff) | |
download | calcurse-3e1e82cdeb4ca49723bb3ab96585c7e3ab83eac2.tar.gz calcurse-3e1e82cdeb4ca49723bb3ab96585c7e3ab83eac2.zip |
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>
Diffstat (limited to 'test/data/conf')
-rw-r--r-- | test/data/conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |