From 30b0417295e2223c4b054ba686913daad4092284 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Sun, 21 Dec 2008 20:06:21 +0000 Subject: [PATCH] Fixed small mixup of parameter order from method call. Monotone-Parent: ea2c63ea9ee832faefb0e8af2802daf075d7b335 Monotone-Revision: a528b94c9ec8fced64210edef6cdc6077a473f7f Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2008-12-21T20:06:21 Monotone-Branch: ca.inverse.sogo --- UI/MailPartViewers/UIxMailPartICalActions.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/MailPartViewers/UIxMailPartICalActions.m b/UI/MailPartViewers/UIxMailPartICalActions.m index 29b4cbc06..e6e483d6c 100644 --- a/UI/MailPartViewers/UIxMailPartICalActions.m +++ b/UI/MailPartViewers/UIxMailPartICalActions.m @@ -342,8 +342,8 @@ [self _updateAttendee: user ownerUser: [context activeUser] forEventUID: [chosenEvent uid] - withSequence: [chosenEvent sequence] withRecurrenceId: [chosenEvent recurrenceId] + withSequence: [chosenEvent sequence] forUID: uid shouldAddSentBy: YES]; }