From 4e9fb345b785b1b144b71aaa9d4e3b6bb11f00a8 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 26 Oct 2006 17:32:35 +0000 Subject: [PATCH] Monotone-Parent: 946fa8b93dadb527991769d012d88ca86a75085e Monotone-Revision: a07c7ff422e43260171b2ab3e0d2fb3b29663f07 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-26T17:32:35 Monotone-Branch: ca.inverse.sogo --- UI/MainUI/SOGoUserHomePage.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/MainUI/SOGoUserHomePage.m b/UI/MainUI/SOGoUserHomePage.m index 89edda261..27a1071ef 100644 --- a/UI/MainUI/SOGoUserHomePage.m +++ b/UI/MainUI/SOGoUserHomePage.m @@ -287,7 +287,7 @@ static NSArray *internetAccessStates = nil; interval = [endDate timeIntervalSinceDate: startDate] + 60; intervals = interval / 900; /* slices of 15 minutes */ freeBusyItems = [NSMutableArray arrayWithCapacity: intervals]; - for (count = 0; count < intervals - 1; count++) + for (count = 1; count < intervals; count++) [freeBusyItems addObject: @"0"]; records = [[fb fetchFreebusyInfosFrom: startDate to: endDate] objectEnumerator];