mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-06 22:08:51 +00:00
Monotone-Parent: 2742aed8d5c18d0bc31698e3e361fe9979243fa1
Monotone-Revision: 12e535603dd09ceb52e98c9e06e74080d1a1eaff Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-11-03T19:38:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -207,10 +207,11 @@
|
||||
[_task setLocation: [self location]];
|
||||
[_task setComment: [self comment]];
|
||||
[_task setPriority:[self priority]];
|
||||
[_task setAccessClass: [self privacy]];
|
||||
[_task setStatus: [self status]];
|
||||
|
||||
[_task setCategories: [[self categories] componentsJoinedByString: @","]];
|
||||
|
||||
[_task setAccessClass:[self accessClass]];
|
||||
|
||||
#if 0
|
||||
/*
|
||||
Note: bad, bad, bad!
|
||||
|
||||
Reference in New Issue
Block a user