Monotone-Parent: 4aa0c2e4faed6ef081103161e7bf29d4f76520eb

Monotone-Revision: e12c6a7ac6a504dcbea24890a7be8b72b8dc91a4

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-07-15T17:03:13
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-07-15 17:03:13 +00:00
parent b995b9acdc
commit 023c8da173
2 changed files with 3 additions and 19 deletions

View File

@@ -1,5 +1,8 @@
2010-07-15 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Scheduler/UIxCalListingActions.m
(_aptFolder:withClientObject:): removed unused method.
* UI/WebServerResources/UIxAppointmentEditor.js
(onComposeToAllAttendees): take the status image DIV into account
when detecting the user fullnames.

View File

@@ -234,25 +234,6 @@ static NSArray *tasksFields = nil;
}
}
- (SOGoAppointmentFolder *) _aptFolder: (NSString *) folder
withClientObject: (SOGoAppointmentFolder *) clientObject
{
SOGoAppointmentFolder *aptFolder;
NSArray *folderParts;
if ([folder isEqualToString: @"/"])
aptFolder = clientObject;
else
{
folderParts = [folder componentsSeparatedByString: @":"];
aptFolder
= [clientObject lookupCalendarFolderForUID:
[folderParts objectAtIndex: 0]];
}
return aptFolder;
}
- (void) _fixComponentTitle: (NSMutableDictionary *) component
withType: (NSString *) type
{