Monotone-Parent: 516d8777b6a71fba03c2274b667be5bcfd9a9a81

Monotone-Revision: 267e6d207c2b21dd1ac48357f84bd5251da930b1

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-10-31T14:18:17
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2007-10-31 14:18:17 +00:00
parent 2ac01d68bd
commit 8fd1c93ac3
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2007-10-31 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoUser.m ([SOGoUser +initialize]): retain
"superUsernames" after fetching it from the ud.
2007-10-30 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Scheduler/UIxCalListingActions.m ([UIxCalListingActions

View File

@ -98,9 +98,7 @@ NSString *SOGoWeekStartFirstFullWeek = @"FirstFullWeek";
ASSIGN (defaultLanguage, @"English");
}
if (!superUsernames)
{
superUsernames = [ud arrayForKey: @"SOGoSuperUsernames"];
}
ASSIGN (superUsernames, [ud arrayForKey: @"SOGoSuperUsernames"]);
acceptAnyUser = ([[ud stringForKey: @"SOGoAuthentificationMethod"]
isEqualToString: @"bypass"]);