From b5fbee042ed46f50a23d19be4ac23f1a2531beca Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 28 Nov 2008 23:18:54 +0000 Subject: [PATCH] Monotone-Parent: 8ea29fd9dc80aa205927a1c157c06ee3d46c96d1 Monotone-Revision: ceda414b27b6b3fef257fed933d2af88a967452d Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-11-28T23:18:54 Monotone-Branch: ca.inverse.sogo --- UI/MailPartViewers/UIxMailPartICalViewer.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UI/MailPartViewers/UIxMailPartICalViewer.m b/UI/MailPartViewers/UIxMailPartICalViewer.m index 6fa55c83e..677e604c5 100644 --- a/UI/MailPartViewers/UIxMailPartICalViewer.m +++ b/UI/MailPartViewers/UIxMailPartICalViewer.m @@ -170,7 +170,7 @@ NSCalendarDate *date; NSTimeZone *timeZone; - date = [[self authorativeEvent] startDate]; + date = [[self inEvent] startDate]; timeZone = [[context activeUser] timeZone]; [date setTimeZone: timeZone]; @@ -182,7 +182,7 @@ NSCalendarDate *date; NSTimeZone *timeZone; - date = [[self authorativeEvent] endDate]; + date = [[self inEvent] endDate]; timeZone = [[context activeUser] timeZone]; [date setTimeZone: timeZone];