diff --git a/UI/Scheduler/UIxAppointmentEditor.m b/UI/Scheduler/UIxAppointmentEditor.m index 8364b5cef..4c5931e38 100644 --- a/UI/Scheduler/UIxAppointmentEditor.m +++ b/UI/Scheduler/UIxAppointmentEditor.m @@ -233,7 +233,7 @@ [_appointment setAccessClass: [self privacy]]; [_appointment setStatus: [self status]]; - [_appointment setCategories: [[self categories] componentsJoinedByString: @","]]; +// [_appointment setCategories: [[self categories] componentsJoinedByString: @","]]; [_appointment setTransparency: [self transparency]]; diff --git a/UI/Scheduler/UIxComponentEditor.m b/UI/Scheduler/UIxComponentEditor.m index e56edc018..59fa47781 100644 --- a/UI/Scheduler/UIxComponentEditor.m +++ b/UI/Scheduler/UIxComponentEditor.m @@ -254,7 +254,8 @@ if (!priorities) { - priorities = [NSArray arrayWithObjects: @"PUBLIC", @"PRIVATE", @"CONFIDENTIAL", nil]; + priorities = [NSArray arrayWithObjects: @"PUBLIC", + @"CONFIDENTIAL", @"PRIVATE", nil]; [priorities retain]; } diff --git a/UI/Scheduler/UIxTaskEditor.m b/UI/Scheduler/UIxTaskEditor.m index 3bcc5a9db..e53b03355 100644 --- a/UI/Scheduler/UIxTaskEditor.m +++ b/UI/Scheduler/UIxTaskEditor.m @@ -210,7 +210,7 @@ [_task setAccessClass: [self privacy]]; [_task setStatus: [self status]]; - [_task setCategories: [[self categories] componentsJoinedByString: @","]]; +// [_task setCategories: [[self categories] componentsJoinedByString: @","]]; #if 0 /*