From 31e562c685d59c22fa1f241aa549bf8867042657 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 29 Jun 2000 07:16:19 +0000 Subject: New files for the new iCalendar component object. Today's properties: 2000-06-28 Federico Mena Quintero * cal-util/cal-component.[ch]: New files for the new iCalendar component object. Today's properties: basic component type, UID, SUMMARY. * cal-util/Makefile.am: Added cal-component.[ch] to the list of sources. svn path=/trunk/; revision=3786 --- calendar/cal-util/icalendar.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'calendar/cal-util/icalendar.c') diff --git a/calendar/cal-util/icalendar.c b/calendar/cal-util/icalendar.c index eedb732617..c43d0fba77 100644 --- a/calendar/cal-util/icalendar.c +++ b/calendar/cal-util/icalendar.c @@ -330,8 +330,7 @@ ical_object_create_from_icalcomponent (icalcomponent* comp) /* nothing to do for this property */ break; default: - g_warning ("Unsupported property: %s", icalproperty_as_ical_string -(prop)); + g_warning ("Unsupported property: %s", icalproperty_as_ical_string (prop)); break; } -- cgit v1.2.3