See ChangeLog

Monotone-Parent: a81f3635524596f99835829a1a4835f3a7f58c1b
Monotone-Revision: 1306bcb572d16a67199e32e625572c3430d39626

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2008-12-01T19:20:25
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2008-12-01 19:20:25 +00:00
parent 5732d7883e
commit e95d7fa39e
4 changed files with 29 additions and 7 deletions
@@ -368,6 +368,10 @@
[[newEvent parent] setMethod: @""];
ownerUser = [SOGoUser userWithLogin: owner roles: nil];
// We first save the event. It is important to this initially
// as the event's UID might get modified in SOGoCalendarComponent: -saveComponent:
[super saveComponent: newEvent];
if ([newEvent userIsOrganizer: ownerUser])
{
@@ -395,8 +399,6 @@
[self _handleUpdatedEvent: newEvent fromOldEvent: oldEvent];
}
}
[super saveComponent: newEvent];
}
//