From db615484bec09356b785551f52a5a1106c02dd45 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Fri, 1 Mar 2002 12:56:50 +0000 Subject: added the METHOD property to the top level component we create. 2002-02-28 Rodrigo Moya * calendar/gui/e-itip-control.c (e_itip_control_set_data): added the METHOD property to the top level component we create. svn path=/trunk/; revision=15880 --- calendar/ChangeLog | 5 +++++ calendar/gui/e-itip-control.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b91ac9867b..481380f100 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2002-02-28 Rodrigo Moya + + * calendar/gui/e-itip-control.c (e_itip_control_set_data): added the + METHOD property to the top level component we create. + 2002-02-26 Rodrigo Moya * gui/control-factory.c (set_prop): diff --git a/calendar/gui/e-itip-control.c b/calendar/gui/e-itip-control.c index cac16500cf..b0e9ce81bc 100644 --- a/calendar/gui/e-itip-control.c +++ b/calendar/gui/e-itip-control.c @@ -1237,6 +1237,8 @@ e_itip_control_set_data (EItipControl *itip, const gchar *text) } priv->method = icalproperty_get_method (prop); + prop = icalproperty_new_method (priv->method); + icalcomponent_add_property (priv->top_level, prop); tz_iter = icalcomponent_begin_component (priv->main_comp, ICAL_VTIMEZONE_COMPONENT); while ((tz_comp = icalcompiter_deref (&tz_iter)) != NULL) { -- cgit v1.2.3