Monotone-Parent: 93b249ad54b90ecf9cac7b9e49f4b6133a28358d

Monotone-Revision: 0b2ba2d3c49b01c45b4abeb2e5a83fa8ea053a84

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-05-11T21:44:47
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-05-11 21:44:47 +00:00
parent ae82e0bef9
commit 09889ad0a5

View File

@@ -69,12 +69,12 @@ static NSURL *AgenorProfileURL = nil;
ASSIGN (fallbackIMAP4Server, [ud stringForKey: @"SOGoFallbackIMAP4Server"]);
}
+ (SOGoUser *) userWithLogin: (NSString *) login
roles: (NSArray *) roles
+ (SOGoUser *) userWithLogin: (NSString *) newLogin
roles: (NSArray *) newRoles
{
SOGoUser *user;
user = [[self alloc] initWithLogin: login roles: roles];
user = [[self alloc] initWithLogin: newLogin roles: newRoles];
[user autorelease];
return user;