From 460a3fb010bb5c636b823df67364e39addaf8078 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 12 Mar 2003 16:04:50 +0000 Subject: corrected button ordering and changed the return type to be a 2003-03-12 Rodrigo Moya * gui/dialogs/save-comp.[ch] (save_component_dialog): corrected button ordering and changed the return type to be a GtkResponseType. * gui/dialogs/comp-editor.c (prompt_to_save_changes): adapted to changes in save_component_dialog. svn path=/trunk/; revision=20261 --- calendar/gui/dialogs/save-comp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/gui/dialogs/save-comp.h') diff --git a/calendar/gui/dialogs/save-comp.h b/calendar/gui/dialogs/save-comp.h index 7090464a4e..a9aedd2bce 100644 --- a/calendar/gui/dialogs/save-comp.h +++ b/calendar/gui/dialogs/save-comp.h @@ -22,8 +22,8 @@ #ifndef SAVE_COMP_H #define SAVE_COMP_H -#include +#include -gint save_component_dialog (GtkWindow *parent); +GtkResponseType save_component_dialog (GtkWindow *parent); #endif -- cgit v1.2.3