diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-06-29 15:16:19 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-06-29 15:16:19 +0800 |
commit | 31e562c685d59c22fa1f241aa549bf8867042657 (patch) | |
tree | f4864bf7ed1b18c17dc72377209a813dd2ad123c /calendar/cal-util/icalendar.c | |
parent | 428931dccacc89ec3861955a95605e4943c48a94 (diff) | |
download | gsoc2013-evolution-31e562c685d59c22fa1f241aa549bf8867042657.tar.gz gsoc2013-evolution-31e562c685d59c22fa1f241aa549bf8867042657.tar.zst gsoc2013-evolution-31e562c685d59c22fa1f241aa549bf8867042657.zip |
New files for the new iCalendar component object. Today's properties:
2000-06-28 Federico Mena Quintero <federico@helixcode.com>
* 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
Diffstat (limited to 'calendar/cal-util/icalendar.c')
-rw-r--r-- | calendar/cal-util/icalendar.c | 3 |
1 files changed, 1 insertions, 2 deletions
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; } |