From e05a9cdc87207d0deed11f953fae372cd0e1948d Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 27 Oct 2006 18:10:34 +0000 Subject: [PATCH] Monotone-Parent: 2db9271c6de788aa59c76f4b0ff12f0af5adc8ef Monotone-Revision: 6bc3a118f52fd598fab4c51ea406be4c691dae23 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-27T18:10:34 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoAppointmentObject.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index 772245399..b94239206 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -240,7 +240,7 @@ static NSString *mailTemplateDefaultLanguage = nil; apt = [folder lookupName:[self nameInContainer] inContext:ctx acquire:NO]; if ([apt isKindOfClass: [NSException class]]) { - [self logWithFormat: @"%@", [apt reason]]; + [self logWithFormat: @"%@", [(NSException *) apt reason]]; continue; }