From ab92516dd0da7f057c7056c46f51abb22d6b04dc Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Fri, 9 Aug 2013 11:39:15 -0400 Subject: [PATCH] Fix for bug #1431 --- UI/Scheduler/UIxCalUserRightsEditor.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UI/Scheduler/UIxCalUserRightsEditor.m b/UI/Scheduler/UIxCalUserRightsEditor.m index 8c8bda47a..00534bff8 100644 --- a/UI/Scheduler/UIxCalUserRightsEditor.m +++ b/UI/Scheduler/UIxCalUserRightsEditor.m @@ -133,10 +133,10 @@ - (NSArray *) objectRights { return ([uid isEqualToString: @"anonymous"] - ? [NSArray arrayWithObjects: @"Viewer", @"DAndTViewer", @"None", + ? [NSArray arrayWithObjects: @"None", @"DAndTViewer", @"Viewer", nil] - : [NSArray arrayWithObjects: @"Viewer", @"DAndTViewer", @"Modifier", - @"Responder", @"None", nil]); + : [NSArray arrayWithObjects: @"None", @"DAndTViewer", @"Viewer", + @"Responder", @"Modifier", nil]); } - (void) setCurrentRight: (NSString *) newCurrentRight