mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-10 19:05:09 +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:
@@ -230,9 +230,11 @@
|
||||
[_appointment setLocation: [self location]];
|
||||
[_appointment setComment: [self comment]];
|
||||
[_appointment setPriority:[self priority]];
|
||||
[_appointment setAccessClass: [self privacy]];
|
||||
[_appointment setStatus: [self status]];
|
||||
|
||||
[_appointment setCategories: [[self categories] componentsJoinedByString: @","]];
|
||||
|
||||
[_appointment setAccessClass: [self accessClass]];
|
||||
[_appointment setTransparency: [self transparency]];
|
||||
|
||||
#if 0
|
||||
|
||||
Reference in New Issue
Block a user