merge of '1443769c1e31f2a1fd56f511f744a2511816cad6'

and 'eb849cd1ed0d0c971d478b71224c6832391b51e7'

Monotone-Parent: 1443769c1e31f2a1fd56f511f744a2511816cad6
Monotone-Parent: eb849cd1ed0d0c971d478b71224c6832391b51e7
Monotone-Revision: 90ce7306feefa92f1dc0cb7d38c3530919015bb5

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-09-23T14:08:10
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2009-09-23 14:08:10 +00:00
commit f1198fed5e
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