From 32dc764c41eb52f90a9d81bc20283059f23bfc6f Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 14 Jan 2011 15:27:16 +0000 Subject: [PATCH] Monotone-Parent: b593ce96638476fad98d678453ca6af6112169fb Monotone-Revision: f632b73418c67ba2778ff41a75a2842d90da9883 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-01-14T15:27:16 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/UIxCalListingActions.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Scheduler/UIxCalListingActions.m b/UI/Scheduler/UIxCalListingActions.m index 14387800c..9565b0f2b 100644 --- a/UI/Scheduler/UIxCalListingActions.m +++ b/UI/Scheduler/UIxCalListingActions.m @@ -256,7 +256,7 @@ static NSArray *tasksFields = nil; */ - (void) _fixDates: (NSMutableDictionary *) theRecord { - NSCalendarDate *aDate, *aStartDate; + NSCalendarDate *aDate; NSNumber *aDateValue; NSString *aDateField; int daylightOffset;