aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/itip-utils.h
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2002-09-05 02:12:28 +0800
committerJP Rosevear <jpr@src.gnome.org>2002-09-05 02:12:28 +0800
commit2fe0e9f18fa879a2957e07ff43252d60c21f7b00 (patch)
treefb036eb950886d68acfa51cd8338f722373983d3 /calendar/gui/itip-utils.h
parent5c079139c0232ceed1d1164d3ec4c94cbbccd7f4 (diff)
downloadgsoc2013-evolution-2fe0e9f18fa879a2957e07ff43252d60c21f7b00.tar
gsoc2013-evolution-2fe0e9f18fa879a2957e07ff43252d60c21f7b00.tar.gz
gsoc2013-evolution-2fe0e9f18fa879a2957e07ff43252d60c21f7b00.tar.bz2
gsoc2013-evolution-2fe0e9f18fa879a2957e07ff43252d60c21f7b00.tar.lz
gsoc2013-evolution-2fe0e9f18fa879a2957e07ff43252d60c21f7b00.tar.xz
gsoc2013-evolution-2fe0e9f18fa879a2957e07ff43252d60c21f7b00.tar.zst
gsoc2013-evolution-2fe0e9f18fa879a2957e07ff43252d60c21f7b00.zip
bail out if we couldn't send the cancel
2002-09-04 JP Rosevear <jpr@ximian.com> * gui/dialogs/event-editor.c (event_editor_send_comp): bail out if we couldn't send the cancel * gui/dialogs/task-editor.c (task_editor_send_comp): ditto * gui/dialogs/comp-editor.c (save_comp_with_send): indicate send status (real_send_comp): return success/fail, only resave the component a if we successfully sent (comp_editor_send_comp): return success/fail * gui/itip-utils.h: update proto * gui/itip-utils.c (itip_send_comp): return true if we sent the message svn path=/trunk/; revision=17966
Diffstat (limited to 'calendar/gui/itip-utils.h')
-rw-r--r--calendar/gui/itip-utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/itip-utils.h b/calendar/gui/itip-utils.h
index 6a3e318762..f7a06ac9b0 100644
--- a/calendar/gui/itip-utils.h
+++ b/calendar/gui/itip-utils.h
@@ -37,8 +37,8 @@ gboolean itip_sentby_is_user (CalComponent *comp);
const gchar *itip_strip_mailto (const gchar *address);
-void itip_send_comp (CalComponentItipMethod method, CalComponent *comp,
- CalClient *client, icalcomponent *zones);
+gboolean itip_send_comp (CalComponentItipMethod method, CalComponent *comp,
+ CalClient *client, icalcomponent *zones);
#endif