From bf5bee87e6913ad089eb38701ca846f96508b8e4 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 6 May 2016 14:28:10 -0400 Subject: [PATCH] Fix missing variable --- 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 ac89fe394..96b715057 100644 --- a/UI/Scheduler/UIxCalListingActions.m +++ b/UI/Scheduler/UIxCalListingActions.m @@ -1422,7 +1422,7 @@ _computeBlocksPosition (NSArray *blocks) } currentDate = [[startDate copy] autorelease]; - [ setTimeZone: userTimeZone]; + [currentDate setTimeZone: userTimeZone]; max = [blocks count]; for (count = 0; count < max; count++) {