From bbda4d56c31cd0b21edd5c198ac6da6bea2988ad Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 23 Jan 2001 01:54:42 +0000 Subject: compile new stuff 2001-01-22 JP Rosevear * gui/dialogs/Makefile.am: compile new stuff * gui/dialogs/task-editor.c (prompt_to_save_changes): use new standard dialog * gui/event-editor.c (prompt_to_save_changes): ditto * gui/dialogs/save-comp.h: new header * gui/dialogs/save-comp.c (save_component_dialog): shows the save dialog svn path=/trunk/; revision=7733 --- calendar/gui/event-editor.c | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'calendar/gui/event-editor.c') diff --git a/calendar/gui/event-editor.c b/calendar/gui/event-editor.c index 8b7e04c1c7..46ed3d0051 100644 --- a/calendar/gui/event-editor.c +++ b/calendar/gui/event-editor.c @@ -33,6 +33,7 @@ #include #include #include "dialogs/delete-comp.h" +#include "dialogs/save-comp.h" #include "calendar-config.h" #include "event-editor.h" #include "e-meeting-edit.h" @@ -3265,17 +3266,7 @@ prompt_to_save_changes (EventEditor *ee) if (!priv->changed) return TRUE; - dialog = gnome_message_box_new (_("Do you want to save changes?"), - GNOME_MESSAGE_BOX_QUESTION, - GNOME_STOCK_BUTTON_YES, - GNOME_STOCK_BUTTON_NO, - GNOME_STOCK_BUTTON_CANCEL, - NULL); - - gnome_dialog_set_parent (GNOME_DIALOG (dialog), - GTK_WINDOW (priv->app)); - - switch (gnome_dialog_run_and_close (GNOME_DIALOG (dialog))) { + switch (save_component_dialog (GTK_WINDOW (priv->app))) { case 0: /* Save */ /* FIXME: If an error occurs here, we should popup a dialog and then return FALSE. */ -- cgit v1.2.3