From 088dc10485ea48d45f868afb6808a64f0c9cbfd1 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 27 Feb 2009 19:09:08 +0000 Subject: [PATCH] Monotone-Parent: 485b2bbaa9cf22a075daa65673c3fac7256a86e4 Monotone-Revision: fe48391f8342ece1fa8c34044cf6b2fa38e02918 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-02-27T19:09:08 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/UIxAppointmentEditor.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Scheduler/UIxAppointmentEditor.m b/UI/Scheduler/UIxAppointmentEditor.m index a28b0828f..a9bf600e7 100644 --- a/UI/Scheduler/UIxAppointmentEditor.m +++ b/UI/Scheduler/UIxAppointmentEditor.m @@ -398,7 +398,7 @@ [self event]; - result = [context response]; + result = [self responseWithStatus: 200]; user = [context activeUser]; timeZone = [user timeZone]; dateFormatter = [user dateFormatterInContext: context];