From a304d8390786c44bbd6add534371ce2f076fac5b Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Wed, 14 Jun 2000 03:55:31 +0000 Subject: switch back to vcal for debugging svn path=/trunk/; revision=3555 --- calendar/cal-util/calobj.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'calendar/cal-util') diff --git a/calendar/cal-util/calobj.c b/calendar/cal-util/calobj.c index 7d6290e3e9..c90657cb85 100644 --- a/calendar/cal-util/calobj.c +++ b/calendar/cal-util/calobj.c @@ -1570,7 +1570,7 @@ alarm_compute_offset (CalendarAlarm *a) CalObjFindStatus ical_object_find_in_string (const char *uid, const char *vcalobj, iCalObject **ico) { -#if 1 +#if 0 icalcomponent* comp = NULL; icalcomponent *subcomp; iCalObject *ical; @@ -1678,7 +1678,7 @@ ical_object_find_in_string (const char *uid, const char *vcalobj, iCalObject **i } -#if 0 +#if 1 /* Creates a VObject with the base information of a calendar */ static VObject * get_calendar_base_vobject (void) @@ -1722,7 +1722,7 @@ get_calendar_base_vobject (void) char * ical_object_to_string (iCalObject *ico) { -#if 1 +#if 0 icalcomponent *top = icalcomponent_new (ICAL_VCALENDAR_COMPONENT); char *out_cal_string; icalcomponent *comp; -- cgit v1.2.3