From e1928214d69ae370f3b056672987b4a7def523e1 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 18 Mar 2011 21:28:11 +0000 Subject: [PATCH] Monotone-Parent: ff5e58d678d9d35c4afef1daade54703e14d8d6a Monotone-Revision: 47716ebb2db0cd161dd9d84ef676066b6887ba7c Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-03-18T21:28:11 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/UIxAppointmentEditor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Scheduler/UIxAppointmentEditor.h b/UI/Scheduler/UIxAppointmentEditor.h index 0dfd226ce..daf7f583a 100644 --- a/UI/Scheduler/UIxAppointmentEditor.h +++ b/UI/Scheduler/UIxAppointmentEditor.h @@ -50,7 +50,7 @@ - (void) setIsTransparent: (BOOL) newIsOpaque; - (BOOL) isTransparent; -- (void) setAptStartDate: (NSCalendarDate *) newAptEndDate; +- (void) setAptStartDate: (NSCalendarDate *) newAptStartDate; - (NSCalendarDate *) aptStartDate; - (void) setAptEndDate: (NSCalendarDate *) newAptEndDate;