From f2e40a1e56c021134f887aeb0a27d596b2b8cd4d Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 21 Dec 2007 21:38:58 +0000 Subject: [PATCH] Monotone-Parent: d524bf02e8b24bbd6f3ad615251c634e0020b6f4 Monotone-Revision: 40a0028366ecf340e0202b4e2bc2c314cb602e80 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-12-21T21:38:58 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/UIxComponentEditor.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Scheduler/UIxComponentEditor.m b/UI/Scheduler/UIxComponentEditor.m index 40a77b11b..cddb44ee5 100644 --- a/UI/Scheduler/UIxComponentEditor.m +++ b/UI/Scheduler/UIxComponentEditor.m @@ -1058,10 +1058,10 @@ else adminToolbar = @"SOGoTaskObject.toolbar"; + currentUser = [context activeUser]; sm = [SoSecurityManager sharedSecurityManager]; if ([[component attendees] count]) { - currentUser = [context activeUser]; if ([component userIsOrganizer: currentUser]) toolbarFilename = @"SOGoComponentClose.toolbar"; else