Monotone-Parent: 4a522360699d3b6b7cb0aaec7bff28737df6db07

Monotone-Revision: 957a94936cb49b9fb23f0a2e880265b7d1128ab7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-11-03T21:18:03
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-11-03 21:18:03 +00:00
parent 69f43dea5b
commit e5ede1978f
3 changed files with 4 additions and 3 deletions

View File

@@ -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]];

View File

@@ -254,7 +254,8 @@
if (!priorities)
{
priorities = [NSArray arrayWithObjects: @"PUBLIC", @"PRIVATE", @"CONFIDENTIAL", nil];
priorities = [NSArray arrayWithObjects: @"PUBLIC",
@"CONFIDENTIAL", @"PRIVATE", nil];
[priorities retain];
}

View File

@@ -210,7 +210,7 @@
[_task setAccessClass: [self privacy]];
[_task setStatus: [self status]];
[_task setCategories: [[self categories] componentsJoinedByString: @","]];
// [_task setCategories: [[self categories] componentsJoinedByString: @","]];
#if 0
/*