mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 14:13:19 +00:00
UI/Scheduler/Toolbars/SOGoAppointmentFolders.toolbar
Monotone-Parent: c4c95e670daa9c22e838239469a51f3d23b84ab0 Monotone-Revision: 92e93f3527a76deed69fa61275517490d57f9a4f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-14T22:01:02 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -231,7 +231,7 @@
|
||||
needsLocation = NO;
|
||||
tmp = [[self nameInContainer] stringByDeletingPathExtension];
|
||||
if ([tmp isEqualToString:@"new"]) {
|
||||
tmp = [[[self container] class] globallyUniqueObjectId];
|
||||
tmp = [self globallyUniqueObjectId];
|
||||
needsLocation = YES;
|
||||
|
||||
[self debugWithFormat:
|
||||
@@ -359,7 +359,7 @@
|
||||
|
||||
- (NSArray *) aclUsers
|
||||
{
|
||||
return [container aclUsersForObjectAtPath: [self pathArrayToSoObject]];
|
||||
return [container aclUsersForObjectAtPath: [self pathArrayToSOGoObject]];
|
||||
}
|
||||
|
||||
- (NSArray *) aclsForUser: (NSString *) uid
|
||||
@@ -369,7 +369,7 @@
|
||||
|
||||
acls = [NSMutableArray array];
|
||||
ownAcls = [container aclsForUser: uid
|
||||
forObjectAtPath: [self pathArrayToSoObject]];
|
||||
forObjectAtPath: [self pathArrayToSOGoObject]];
|
||||
[acls addObjectsFromArray: ownAcls];
|
||||
containerAcls = [container aclsForUser: uid];
|
||||
if ([containerAcls count] > 0)
|
||||
|
||||
Reference in New Issue
Block a user