Monotone-Parent: 1c1de9a3a363e23c7c1b6ef48bc5545eab2ac66b

Monotone-Revision: 4613db02f1ddf8a5a3a6eb835c0d9df3cad822fb

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-11-19T16:37:20
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-11-19 16:37:20 +00:00
parent 263c62a70d
commit fa73393580
3 changed files with 95 additions and 21 deletions
+6
View File
@@ -606,4 +606,10 @@ NSString *SOGoWeekStartFirstFullWeek = @"FirstFullWeek";
return rolesForObject;
}
- (BOOL) isEqual: (id) otherUser
{
return ([otherUser isKindOfClass: [SoUser class]]
&& [login isEqualToString: [otherUser login]]);
}
@end /* SOGoUser */