From e5ede1978f3864114f2ae7553ff082bcf20e3654 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 3 Nov 2006 21:18:03 +0000 Subject: [PATCH] Monotone-Parent: 4a522360699d3b6b7cb0aaec7bff28737df6db07 Monotone-Revision: 957a94936cb49b9fb23f0a2e880265b7d1128ab7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-11-03T21:18:03 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/UIxAppointmentEditor.m | 2 +- UI/Scheduler/UIxComponentEditor.m | 3 ++- UI/Scheduler/UIxTaskEditor.m | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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 /*