From 5c35a41fe2fa8a6aeaf1a178b102774c92391ed5 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 6 Nov 2002 19:43:40 +0000 Subject: adapted to to new glade_xml_new signature. 2002-11-05 Rodrigo Moya * gui/dialogs/alarm-options.c (alarm_options_dialog_run): adapted to to new glade_xml_new signature. * gui/calendar-model.h: * gui/dialogs/comp-editor-page.h: * gui/dialogs/alarm-page.[ch]: removed non-existant header files. * gui/dialogs/comp-editor-util.h: added missing headers. svn path=/trunk/; revision=18615 --- calendar/gui/calendar-model.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'calendar/gui/calendar-model.h') diff --git a/calendar/gui/calendar-model.h b/calendar/gui/calendar-model.h index 6ac175034c..15936367ef 100644 --- a/calendar/gui/calendar-model.h +++ b/calendar/gui/calendar-model.h @@ -22,11 +22,10 @@ #ifndef CALENDAR_MODEL_H #define CALENDAR_MODEL_H -#include #include #include -BEGIN_GNOME_DECLS +G_BEGIN_DECLS @@ -95,6 +94,6 @@ void calendar_model_set_status_message (CalendarModel *model, -END_GNOME_DECLS +G_END_DECLS #endif -- cgit v1.2.3