Monotone-Parent: cda3bd58c324868ead052e625bbdbcb210c60af5

Monotone-Revision: 86a3016fde1fa4a741b945ef29cc0453ddcb73c7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-04-24T01:09:08
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-04-24 01:09:08 +00:00
parent 08a90cfb23
commit 28197628b6
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
2008-04-23 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoUser.m ([SOGoUser
-initWithLogin:newLoginroles:newRoles]): we make sure realUID is
not an empty string.
* SoObjects/SOGo/SOGoUserFolder.m ([SOGoUserFolder
-davResourceType]): we declare self as a "principal".
+1 -1
View File
@@ -194,7 +194,7 @@ NSString *SOGoWeekStartFirstFullWeek = @"FirstFullWeek";
objectForKey: @"c_uid"];
}
if (realUID)
if ([realUID length])
self = [super initWithLogin: realUID roles: newRoles];
else
{