From 5919bc5b8bcf8d9254db4aa3379ce7693ceb26d9 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 2 Jun 2004 16:31:23 +0000 Subject: fixed leak and pass the correct icalcomponent to e_cal_modify_object. 2004-06-02 Rodrigo Moya * gui/dialogs/copy-source-dialog.c (copy_source): fixed leak and pass the correct icalcomponent to e_cal_modify_object. svn path=/trunk/; revision=26154 --- calendar/gui/e-itip-control.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'calendar/gui/e-itip-control.c') diff --git a/calendar/gui/e-itip-control.c b/calendar/gui/e-itip-control.c index 5027e3953c..ad0503001a 100644 --- a/calendar/gui/e-itip-control.c +++ b/calendar/gui/e-itip-control.c @@ -183,7 +183,7 @@ find_server (EItipControl *itip, ECalComponent *comp) GSList *sources, *m; group = l->data; - + sources = e_source_group_peek_sources (group); for (m = sources; m; m = m->next) { ESource *source; @@ -384,8 +384,7 @@ find_my_address (EItipControl *itip, icalcomponent *ical_comp) for (prop = icalcomponent_get_first_property (ical_comp, ICAL_ATTENDEE_PROPERTY); prop != NULL; - prop = icalcomponent_get_next_property (ical_comp, ICAL_ATTENDEE_PROPERTY)) - { + prop = icalcomponent_get_next_property (ical_comp, ICAL_ATTENDEE_PROPERTY)) { icalvalue *value; icalparameter *param; const char *attendee, *name; -- cgit v1.2.3