From a599d0dd765ac86cf0f1f069b19f15a8179b9c05 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 8 Aug 2002 19:47:45 +0000 Subject: check for an attendee in the list (comp_to_list): only add the user if 2002-08-08 JP Rosevear * gui/itip-utils.c (users_has_attendee): check for an attendee in the list (comp_to_list): only add the user if they aren't on the list (comp_server_send): don't remove the users, pass back the list (itip_send_comp): send to server before doing comp_minimal * gui/dialogs/comp-editor.c (real_send_comp): edit and save the updated comp * pcs/cal.c (impl_Cal_send_object): copy the correct item to pass back svn path=/trunk/; revision=17747 --- calendar/pcs/cal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/pcs') diff --git a/calendar/pcs/cal.c b/calendar/pcs/cal.c index 4f8ff173f0..3abff9cf98 100644 --- a/calendar/pcs/cal.c +++ b/calendar/pcs/cal.c @@ -460,7 +460,7 @@ impl_Cal_send_object (PortableServer_Servant servant, result = cal_backend_send_object (priv->backend, calobj, &new_calobj, user_list); switch (result) { case CAL_BACKEND_SEND_SUCCESS: - calobj_copy = CORBA_string_dup (calobj); + calobj_copy = CORBA_string_dup (new_calobj); g_free (new_calobj); return calobj_copy; -- cgit v1.2.3