diff options
author | Milan Crha <mcrha@redhat.com> | 2009-07-27 23:34:13 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-11 07:03:52 +0800 |
commit | 5e5e1de764de6b705c12275dc652b1a36ba98fdd (patch) | |
tree | b2f2565e0e363fc7530bb06b81344ae5b483d8ec /calendar/gui/dialogs/task-editor.c | |
parent | b5887b88e919066567281ee1224b909c4c5d4634 (diff) | |
download | gsoc2013-evolution-5e5e1de764de6b705c12275dc652b1a36ba98fdd.tar.gz gsoc2013-evolution-5e5e1de764de6b705c12275dc652b1a36ba98fdd.tar.zst gsoc2013-evolution-5e5e1de764de6b705c12275dc652b1a36ba98fdd.zip |
Bug #420513 - Be able to notify about meeting only new attendees
Diffstat (limited to 'calendar/gui/dialogs/task-editor.c')
-rw-r--r-- | calendar/gui/dialogs/task-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/task-editor.c b/calendar/gui/dialogs/task-editor.c index a309a51d91..37cf357fe9 100644 --- a/calendar/gui/dialogs/task-editor.c +++ b/calendar/gui/dialogs/task-editor.c @@ -480,7 +480,7 @@ task_editor_send_comp (CompEditor *editor, ECalComponentItipMethod method, gbool client = e_meeting_store_get_client (priv->model); result = itip_send_comp (E_CAL_COMPONENT_METHOD_CANCEL, comp, - client, NULL, NULL, NULL, strip_alarms); + client, NULL, NULL, NULL, strip_alarms, FALSE); g_object_unref (comp); if (!result) |