See ChangeLog

Monotone-Parent: bed152d621c11e6d16b59bdf26007079a05e1696
Monotone-Revision: eb849cd1ed0d0c971d478b71224c6832391b51e7

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-09-23T11:12:04
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Ludovic Marcotte 2009-09-23 11:12:04 +00:00
parent fcc5d28eca
commit d40589087d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-09-23 Ludovic Marcotte <lmarcotte@inverse.ca>
* UI/PreferencesUI/UIxPreferences.m
We now fallback to the default system selected day.
2009-09-22 Ludovic Marcotte <lmarcotte@inverse.ca>
* Updated the documentation for the Invisible -> Flagged

View File

@ -318,7 +318,7 @@ static BOOL defaultShowSubscribedFoldersOnly = NO;
- (NSString *) userWeekStartDay
{
return [userDefaults objectForKey: @"WeekStartDay"];
return [NSString stringWithFormat: @"%d", [user firstDayOfWeek]];;
}
- (void) setUserWeekStartDay: (NSString *) newDay