From e7b6f8c8a83f6ac4dba1cc0690629f748c932770 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 21 Oct 2009 18:03:01 +0000 Subject: [PATCH] Indent Monotone-Parent: ffb403989e64c7ca37321c15ab24b50155dc2f68 Monotone-Revision: 48733b3e73bfc83c123ca2ac9875ae46796a7197 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-10-21T18:03:01 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/iCalEvent+SOGo.m | 4 ++-- UI/MainUI/SOGoUserHomePage.m | 2 +- UI/WebServerResources/MailerUI.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SoObjects/Appointments/iCalEvent+SOGo.m b/SoObjects/Appointments/iCalEvent+SOGo.m index 767eb9df8..cc624d29a 100644 --- a/SoObjects/Appointments/iCalEvent+SOGo.m +++ b/SoObjects/Appointments/iCalEvent+SOGo.m @@ -123,8 +123,8 @@ if ([startDate isNotNull]) { - if (isAllDay) - NSLog (@"start date..."); +// if (isAllDay) +// NSLog (@"start date..."); [row setObject: [self quickRecordDateAsNumber: startDate withOffset: 0 forAllDay: isAllDay] forKey: @"c_startdate"]; diff --git a/UI/MainUI/SOGoUserHomePage.m b/UI/MainUI/SOGoUserHomePage.m index 3d2b8f12a..68ff46094 100644 --- a/UI/MainUI/SOGoUserHomePage.m +++ b/UI/MainUI/SOGoUserHomePage.m @@ -197,7 +197,7 @@ static NSString *LDAPContactInfoAttribute = nil; intervals = interval / intervalSeconds; /* slices of 15 minutes */ freeBusyItems = NSZoneCalloc (NULL, intervals, sizeof (int)); [self _fillFreeBusyItems: freeBusyItems count: intervals - withRecords: [fb fetchFreeBusyInfosFrom: startDate to: endDate] + withRecords: [fb fetchFreeBusyInfosFrom: startDate to: endDate] fromStartDate: startDate toEndDate: endDate]; response = [NSMutableString string]; diff --git a/UI/WebServerResources/MailerUI.js b/UI/WebServerResources/MailerUI.js index 277de4538..328a21134 100644 --- a/UI/WebServerResources/MailerUI.js +++ b/UI/WebServerResources/MailerUI.js @@ -1280,7 +1280,7 @@ function messageCallback(http) { } else if (http.status == 404) { alert (getLabel("The message you have selected doesn't exist anymore.")); - window.location.reload (); + window.location.reload(); } else log("messageCallback: problem during ajax request: " + http.status);