aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/event-editor.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-07-27 23:34:13 +0800
committerMilan Crha <mcrha@redhat.com>2009-07-27 23:34:13 +0800
commite3cef9b96f175370c92f993af15a766a0818abd2 (patch)
tree20b9c277fded7e6af4b367689345d64cc98185ea /calendar/gui/dialogs/event-editor.c
parent704ee96aa27011109be2b282517abc153657edaf (diff)
downloadgsoc2013-evolution-e3cef9b96f175370c92f993af15a766a0818abd2.tar
gsoc2013-evolution-e3cef9b96f175370c92f993af15a766a0818abd2.tar.gz
gsoc2013-evolution-e3cef9b96f175370c92f993af15a766a0818abd2.tar.bz2
gsoc2013-evolution-e3cef9b96f175370c92f993af15a766a0818abd2.tar.lz
gsoc2013-evolution-e3cef9b96f175370c92f993af15a766a0818abd2.tar.xz
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/dialogs/event-editor.c')
-rw-r--r--calendar/gui/dialogs/event-editor.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/calendar/gui/dialogs/event-editor.c b/calendar/gui/dialogs/event-editor.c
index 4643f8f697..7251123100 100644
--- a/calendar/gui/dialogs/event-editor.c
+++ b/calendar/gui/dialogs/event-editor.c
@@ -639,10 +639,11 @@ event_editor_send_comp (CompEditor *editor, ECalComponentItipMethod method, gboo
client = e_meeting_store_get_e_cal (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);
- return result;
+ if (!result)
+ return result;
}
parent: