diff --git a/UI/Scheduler/UIxComponentEditor.m b/UI/Scheduler/UIxComponentEditor.m index bb594b2db..165cc9de2 100644 --- a/UI/Scheduler/UIxComponentEditor.m +++ b/UI/Scheduler/UIxComponentEditor.m @@ -611,7 +611,7 @@ iRANGE(2); ASSIGN (priority, [component priority]); ASSIGN (status, [component status]); ASSIGN (categories, - [[component categories] componentsWithSafeSeparator: ',']); + [[component categories] vCardSubvaluesWithSeparator: ',']); ASSIGN (organizer, [component organizer]); [self _loadCategories];