From e41af277531a1fcb8dfc50f831191b9def1855a1 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 20 Dec 2007 21:58:27 +0000 Subject: [PATCH] Monotone-Parent: 3e42d115059ba6eeaba7c45ff4f1b67baae90829 Monotone-Revision: 98c12fec2aa59fdb212078c989152e071dfdd714 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-12-20T21:58:27 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/UIxComponentEditor.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UI/Scheduler/UIxComponentEditor.m b/UI/Scheduler/UIxComponentEditor.m index aa756c844..40a77b11b 100644 --- a/UI/Scheduler/UIxComponentEditor.m +++ b/UI/Scheduler/UIxComponentEditor.m @@ -183,7 +183,8 @@ ASSIGN (privacy, [component accessClass]); ASSIGN (priority, [component priority]); ASSIGN (status, [component status]); - ASSIGN (categories, [[component categories] commaSeparatedValues]); + ASSIGN (categories, + [[component categories] componentsWithSafeSeparator: ',']); ASSIGN (organizer, [component organizer]); [self _loadCategories]; [self _loadAttendees];