Monotone-Parent: d5c8f082c4cdd11904c2520fd1a85e71f588fa59

Monotone-Revision: 29a207ea9c97e43be0249c6ba94ebcb799650a1b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-07-22T18:47:46
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2009-07-22 18:47:46 +00:00
parent 975cfe3c1c
commit f2e34f19ae

View file

@ -338,7 +338,7 @@ static NSArray *tasksFields = nil;
[newInfo setObject: [currentFolder ownerInContext: context] [newInfo setObject: [currentFolder ownerInContext: context]
forKey: @"c_owner"]; forKey: @"c_owner"];
if (![[newInfo objectForKey: @"c_title"] length]) if (![[newInfo objectForKey: @"c_title"] length])
[self _fixComponentTitle: newInfo withType: component]; [self _fixComponentTitle: newInfo withType: component];
// Possible improvement: only call _fixDates if event is recurrent // Possible improvement: only call _fixDates if event is recurrent
// or the view range span a daylight saving time change // or the view range span a daylight saving time change
[self _fixDates: newInfo]; [self _fixDates: newInfo];