diff options
author | Milan Crha <mcrha@redhat.com> | 2009-07-27 23:34:13 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-07-27 23:34:13 +0800 |
commit | e3cef9b96f175370c92f993af15a766a0818abd2 (patch) | |
tree | 20b9c277fded7e6af4b367689345d64cc98185ea /calendar/gui/tasks-control.c | |
parent | 704ee96aa27011109be2b282517abc153657edaf (diff) | |
download | gsoc2013-evolution-e3cef9b96f175370c92f993af15a766a0818abd2.tar.gz gsoc2013-evolution-e3cef9b96f175370c92f993af15a766a0818abd2.tar.zst gsoc2013-evolution-e3cef9b96f175370c92f993af15a766a0818abd2.zip |
Bug #420513 - Be able to notify about meeting only new attendees
Diffstat (limited to 'calendar/gui/tasks-control.c')
-rw-r--r-- | calendar/gui/tasks-control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/tasks-control.c b/calendar/gui/tasks-control.c index a7134e9421..41de092681 100644 --- a/calendar/gui/tasks-control.c +++ b/calendar/gui/tasks-control.c @@ -573,7 +573,7 @@ tasks_control_forward_cmd (BonoboUIComponent *uic, ECalComponent *comp; comp = e_cal_component_new (); e_cal_component_set_icalcomponent (comp, icalcomponent_new_clone (comp_data->icalcomp)); - itip_send_comp (E_CAL_COMPONENT_METHOD_PUBLISH, comp, comp_data->client, NULL, NULL, NULL, TRUE); + itip_send_comp (E_CAL_COMPONENT_METHOD_PUBLISH, comp, comp_data->client, NULL, NULL, NULL, TRUE, FALSE); g_object_unref (comp); } } |