Indentation.

Monotone-Parent: 3678cc0ded3649869eacde348ab4532dac822b2b
Monotone-Revision: bbd81440c9e99bd7320191a273476ee80fb5b10b

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-06-01T17:49:12
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2011-06-01 17:49:12 +00:00
parent d1ba8f6e06
commit d8f21e6b6e
1 changed files with 10 additions and 10 deletions

View File

@ -82,7 +82,7 @@
}
/**
* Return a new exception in a the recurrent event.
* Return a new exception in the recurrent event.
* @param theRecurrenceID the ID of the occurence.
* @return a new occurence.
*/
@ -575,17 +575,17 @@
if ([attendees count])
{
[self _handleRemovedUsers: attendees
withRecurrenceId: [newEvent recurrenceId]];
withRecurrenceId: [newEvent recurrenceId]];
[self sendEMailUsingTemplateNamed: @"Deletion"
forObject: [newEvent itipEntryWithMethod: @"cancel"]
previousObject: oldEvent
toAttendees: attendees];
forObject: [newEvent itipEntryWithMethod: @"cancel"]
previousObject: oldEvent
toAttendees: attendees];
[self sendReceiptEmailUsingTemplateNamed: @"Deletion"
forObject: newEvent to: attendees];
}
if ((ex = [self _handleResourcesConflicts: [newEvent attendees]
forEvent: newEvent]))
forEvent: newEvent]))
return ex;
attendees = [changes insertedAttendees];
@ -595,8 +595,8 @@
// Update attendees calendars and send them an update
// notification by email
[self _handleSequenceUpdateInEvent: newEvent
ignoringAttendees: attendees
fromOldEvent: oldEvent];
ignoringAttendees: attendees
fromOldEvent: oldEvent];
}
else
{
@ -725,7 +725,7 @@
oldEvent = (iCalEvent *)[self newOccurenceWithID: recurrenceTime];
}
oldMasterEvent = (iCalEvent *) [[oldEvent parent] firstChildWithTag: [self componentTag]];
oldMasterEvent = (iCalEvent *)[[oldEvent parent] firstChildWithTag: [self componentTag]];
hasOrganizer = [[[oldMasterEvent organizer] email] length];
if (!hasOrganizer || [oldMasterEvent userIsOrganizer: ownerUser])