From 72d188ef338726b5e5f831ce8976e8c7a33af7f4 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 21 Dec 2001 16:17:09 +0000 Subject: remove needs send signal related cruft (save_comp_with_send): with 2001-12-21 JP Rosevear * gui/dialogs/comp-editor.c: remove needs send signal related cruft (save_comp_with_send): with send_component_dialog, indicate if the meeting info is newly created or not (real_edit_comp): remember if the dialog initially needs a send * gui/dialogs/send-comp.c (send_component_dialog): take a "new" parameter indicating whether the dialog should intimate if the component to be sent is a new meeting or not * gui/dialogs/send-comp.h: update proto * gui/dialogs/comp-editor.c: remove no longer used needs_send notification and signal * gui/dialogs/comp-editor.h: remove proto * gui/e-day-view.c (e_day_view_on_main_canvas_drag_data_received): add new param to send_component_dialog (e_day_view_finish_long_event_resize): ditto (e_day_view_finish_resize): ditto (e_day_view_on_editing_stopped): ditto (e_day_view_on_top_canvas_drag_data_received): ditto * gui/e-week-view.c (e_week_view_on_editing_stopped): add new param to send_component_dialog svn path=/trunk/; revision=15204 --- calendar/gui/dialogs/send-comp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/dialogs/send-comp.h') diff --git a/calendar/gui/dialogs/send-comp.h b/calendar/gui/dialogs/send-comp.h index ea43a229d3..9a77d8bd4e 100644 --- a/calendar/gui/dialogs/send-comp.h +++ b/calendar/gui/dialogs/send-comp.h @@ -24,6 +24,6 @@ #include #include -gboolean send_component_dialog (CalComponent *comp); +gboolean send_component_dialog (CalComponent *comp, gboolean new); #endif -- cgit v1.2.3