From 2688dd85d6915f6cd1155aa576bf772f5ee71912 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 13 Jan 2012 16:45:13 +0000 Subject: [PATCH] Monotone-Parent: c241a8e1e716fa0db3e4f4e370c051096cc2c3e2 Monotone-Revision: ef272f61d0caedee9632010cd4b3ce928a2da43e Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-13T16:45:13 --- UI/MainUI/SOGoUserHomePage.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UI/MainUI/SOGoUserHomePage.m b/UI/MainUI/SOGoUserHomePage.m index 128e0d63a..623bbf135 100644 --- a/UI/MainUI/SOGoUserHomePage.m +++ b/UI/MainUI/SOGoUserHomePage.m @@ -158,7 +158,7 @@ - (NSString *) _freeBusyFromStartDate: (NSCalendarDate *) startDate toEndDate: (NSCalendarDate *) endDate forFreeBusy: (SOGoFreeBusyObject *) fb - andUser: (NSString *) user + andContact: (NSString *) uid { NSMutableArray *freeBusy; unsigned int *freeBusyItems; @@ -170,7 +170,7 @@ freeBusyItems = NSZoneCalloc (NULL, intervals, sizeof (int)); [self _fillFreeBusyItems: freeBusyItems count: intervals - withRecords: [fb fetchFreeBusyInfosFrom: startDate to: endDate forUser: user] + withRecords: [fb fetchFreeBusyInfosFrom: startDate to: endDate forContact: uid] fromStartDate: startDate toEndDate: endDate]; freeBusy = [NSMutableArray arrayWithCapacity: intervals]; @@ -219,7 +219,7 @@ andString: [self _freeBusyFromStartDate: startDate toEndDate: endDate forFreeBusy: freebusy - andUser: uid]]; + andContact: uid]]; } } else