From f2e34f19aef295a689666b6c9d3edad516bc8fb1 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 22 Jul 2009 18:47:46 +0000 Subject: [PATCH] Monotone-Parent: d5c8f082c4cdd11904c2520fd1a85e71f588fa59 Monotone-Revision: 29a207ea9c97e43be0249c6ba94ebcb799650a1b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-07-22T18:47:46 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/UIxCalListingActions.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Scheduler/UIxCalListingActions.m b/UI/Scheduler/UIxCalListingActions.m index 0cb82659c..4e8ff69da 100644 --- a/UI/Scheduler/UIxCalListingActions.m +++ b/UI/Scheduler/UIxCalListingActions.m @@ -338,7 +338,7 @@ static NSArray *tasksFields = nil; [newInfo setObject: [currentFolder ownerInContext: context] forKey: @"c_owner"]; 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 // or the view range span a daylight saving time change [self _fixDates: newInfo];