From 9a3a22dce19b619be206e935f748417ad60e0e57 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 17 Dec 2007 20:49:33 +0000 Subject: [PATCH] Monotone-Parent: c4d172fda57e0bd72cb109b117dbc93d996684f0 Monotone-Revision: 9fe369dfb72baf0d05e6ae5266d91baf4461f26c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-12-17T20:49:33 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/UIxCalListingActions.m | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/Scheduler/UIxCalListingActions.m b/UI/Scheduler/UIxCalListingActions.m index 21a0f68c8..04e3355d3 100644 --- a/UI/Scheduler/UIxCalListingActions.m +++ b/UI/Scheduler/UIxCalListingActions.m @@ -375,6 +375,7 @@ if (participants == nil || i == [participants count]) [newEvent replaceObjectAtIndex: 9 withObject: @""]; [newEvent removeObjectAtIndex: 10]; + [newEvent removeObjectAtIndex: 11]; [newEvents addObject: newEvent];