diff options
author | Chris Toshok <toshok@src.gnome.org> | 2004-03-24 03:36:48 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-03-24 03:36:48 +0800 |
commit | 518b4301681a35c80348f61ce270bada8e2a07c8 (patch) | |
tree | 2db183728c30dabc730ed2a2ac943b5b53306518 /calendar/gui/e-calendar-view.c | |
parent | 4ec743e8fb4d1ab3db8bd9b5a9d408a9a69391bc (diff) | |
download | gsoc2013-evolution-518b4301681a35c80348f61ce270bada8e2a07c8.tar.gz gsoc2013-evolution-518b4301681a35c80348f61ce270bada8e2a07c8.tar.zst gsoc2013-evolution-518b4301681a35c80348f61ce270bada8e2a07c8.zip |
fix build
svn path=/trunk/; revision=25163
Diffstat (limited to 'calendar/gui/e-calendar-view.c')
-rw-r--r-- | calendar/gui/e-calendar-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
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!"); |