See ChangeLog

Monotone-Parent: 9048b460e440fe34703b374e309791774c315f1d
Monotone-Revision: bd80ab1b5ef73a7bb7780c2f592816cd299c35b8

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-01-07T16:23:18
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-01-07 16:23:18 +00:00
parent f824e86590
commit 921ecc3abe
2 changed files with 10 additions and 3 deletions
+3 -3
View File
@@ -334,6 +334,9 @@
previousCalendar = [co container];
sm = [SoSecurityManager sharedSecurityManager];
if ([event hasRecurrenceRules])
[self _adjustRecurrentRules];
if ([co isNew])
{
if (componentCalendar && componentCalendar != previousCalendar)
@@ -355,9 +358,6 @@
}
else
{
if ([event hasRecurrenceRules])
[self _adjustRecurrentRules];
// The event was modified -- save it.
[co saveComponent: event];