mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
See ChangeLogs.
Monotone-Parent: 4ada003303186187c511ea7faea08604da6b3db4 Monotone-Revision: 1e456d9a08ec90bd4e7fad4909eecfaa354aed5a Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-07-08T15:48:55 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -312,7 +312,7 @@ static NSArray *tasksFields = nil;
|
||||
NSNull *marker;
|
||||
SOGoAppointmentFolders *clientObject;
|
||||
SOGoUser *ownerUser;
|
||||
NSString *owner, *role;
|
||||
NSString *owner, *role, *calendarName;
|
||||
BOOL isErasable, folderIsRemote;
|
||||
|
||||
infos = [NSMutableArray array];
|
||||
@@ -381,7 +381,10 @@ static NSArray *tasksFields = nil;
|
||||
forKey: @"c_folder"];
|
||||
[newInfo setObject: [currentFolder ownerInContext: context]
|
||||
forKey: @"c_owner"];
|
||||
[newInfo setObject: [currentFolder displayName]
|
||||
calendarName = [currentFolder displayName];
|
||||
if (calendarName == nil)
|
||||
calendarName = @"";
|
||||
[newInfo setObject: calendarName
|
||||
forKey: @"calendarName"];
|
||||
if (![[newInfo objectForKey: @"c_title"] length])
|
||||
[self _fixComponentTitle: newInfo withType: component];
|
||||
|
||||
Reference in New Issue
Block a user