aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/pcs')
-rw-r--r--calendar/pcs/calobj.c3
1 files changed, 1 insertions, 2 deletions
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)