From 518b4301681a35c80348f61ce270bada8e2a07c8 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 23 Mar 2004 19:36:48 +0000 Subject: fix build svn path=/trunk/; revision=25163 --- calendar/gui/e-calendar-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/e-calendar-view.c') diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c index efdd046b3d..3c528813c6 100644 --- a/calendar/gui/e-calendar-view.c +++ b/calendar/gui/e-calendar-view.c @@ -1637,7 +1637,7 @@ e_calendar_view_modify_and_send (ECalComponent *comp, { if (e_cal_modify_object (client, e_cal_component_get_icalcomponent (comp), mod, NULL)) { if (itip_organizer_is_user (comp, client) && - send_component_dialog (toplevel, client, comp, new)) { + send_component_dialog (toplevel, client, comp, new)) itip_send_comp (E_CAL_COMPONENT_METHOD_REQUEST, comp, client, NULL); } else { g_message (G_STRLOC ": Could not update the object!"); -- cgit v1.2.3