From e42964b9aaae0e283f52e59bceddb9e83133e563 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 21 Aug 2007 16:01:32 +0000 Subject: [PATCH] Monotone-Parent: a84c20b7d29bf952df6062daa2f86929f733e1f5 Monotone-Revision: bd49b8f89c873201475aa9e23f9d1876e0f158f7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-08-21T16:01:32 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoCalendarComponent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoCalendarComponent.m b/SoObjects/Appointments/SOGoCalendarComponent.m index be754cf65..200346d31 100644 --- a/SoObjects/Appointments/SOGoCalendarComponent.m +++ b/SoObjects/Appointments/SOGoCalendarComponent.m @@ -241,7 +241,7 @@ static BOOL sendEMailNotifications = NO; - (NSException *) delete { - return [self deleteWithBaseSequence:0]; + return [self deleteWithBaseSequence: 0]; } /* EMail Notifications */