See ChangeLog

Monotone-Parent: 7601a3a621aac781d52f82f859021f46513ada82
Monotone-Revision: 188bbde45fcd8916b31d72e3c8886b665d9e8fc2

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-03-31T20:54:59
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-03-31 20:54:59 +00:00
parent 0bd8e0497a
commit c920a88f3f
2 changed files with 9 additions and 4 deletions
+6
View File
@@ -1,3 +1,9 @@
2009-03-31 Francis Lachapelle <flachapelle@inverse.ca>
* UI/Scheduler/UIxCalListingActions.m ([UIxCalListingActions
_fetchFieldsforComponentOfType:]): the method _fixDates must be
called even for the month view.
2009-03-25 Francis Lachapelle <flachapelle@inverse.ca>
* UI/Common/UIxPageFrame.m ([UIxPageFrame -siteFavicon]): new
+3 -4
View File
@@ -325,10 +325,9 @@ static NSArray *tasksFields = nil;
forKey: @"c_owner"];
if (![[newInfo objectForKey: @"c_title"] length])
[self _fixComponentTitle: newInfo withType: component];
if (dayBasedView)
// Possible improvement: only call _fixDates if event is recurrent
// or the view range span a daylight saving time change
[self _fixDates: newInfo];
// Possible improvement: only call _fixDates if event is recurrent
// or the view range span a daylight saving time change
[self _fixDates: newInfo];
[infos addObject: [newInfo objectsForKeys: fields
notFoundMarker: marker]];
}