From 6329a627a9e719838427d02e9d4480bf3c6cd76a Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Sat, 18 Apr 1998 04:40:59 +0000 Subject: Final steps. svn path=/trunk/; revision=157 --- calendar/pcs/calobj.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'calendar/pcs') diff --git a/calendar/pcs/calobj.c b/calendar/pcs/calobj.c index 624a179b05..4624b3a485 100644 --- a/calendar/pcs/calobj.c +++ b/calendar/pcs/calobj.c @@ -771,8 +771,7 @@ ical_object_to_vobject (iCalObject *ical) store_list (o, VCExpDateProp, ical->exdate, ','); /* description/comment */ - if (ical->comment) - addPropValue (o, VCDescriptionProp, ical->comment); + addPropValue (o, VCDescriptionProp, ical->comment ? ical->comment : "No Comment"); /* summary */ if (ical->summary) -- cgit v1.2.3