diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-11-07 10:00:56 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-11-07 10:00:56 +0800 |
commit | 4dec64f37372d00c85060c11837fa818d5dc7bcc (patch) | |
tree | 215c0482344beb0169e4713cf6c96061554dc8f2 /calendar/gui/dialogs/task-page.h | |
parent | 1bc3152fa0a70fdcf3d005d1a0d5432bc4b1431e (diff) | |
download | gsoc2013-evolution-4dec64f37372d00c85060c11837fa818d5dc7bcc.tar.gz gsoc2013-evolution-4dec64f37372d00c85060c11837fa818d5dc7bcc.tar.zst gsoc2013-evolution-4dec64f37372d00c85060c11837fa818d5dc7bcc.zip |
#include gtkoptionmenu.h. (cal_prefs_dialog_new): adapted to changes in
2002-11-06 Rodrigo Moya <rodrigo@ximian.com>
* gui/cal-prefs-dialog.c: #include gtkoptionmenu.h.
(cal_prefs_dialog_new): adapted to changes in glade_xml_new.
* gui/dialogs/event-page.h:
* gui/dialogs/meeting-page.h:
* gui/dialogs/recurrence-page.h:
* gui/dialogs/schedule-page.h:
* gui/dialogs/task-details-page.h:
* gui/dialogs/task-page.h:
* gui/cal-prefs-dialog.h: use correctly the macros.
* gui/dialogs/cancel-comp.c:
* gui/dialogs/changed-comp.c:
* gui/dialogs/comp-editor-page.c:
* gui/gnome-cal.h: removed non-existent headers.
* gui/dialogs/comp-editor.c: remove non-existent headers.
(close_dialog): gtk_widget_destroy the widget.
(setup_widgets, comp_editor_merge_ui): use BonoboWindow correctly.
(comp_editor_set_cal_client, comp_editor_send_comp,
comp_editor_edit_comp): use G_OBJECT_GET_CLASS for
getting the class of an object.
* gui/dialogs/comp-editor-page.c (comp_editor_page_class_init):
use g_signal_* functions.
* gui/dialogs/comp-editor-util.c: converted to BonoboActivation.
* gui/dialogs/comp-editor.h: #include bonobo-window.h, not
bonobo-win.h.
svn path=/trunk/; revision=18622
Diffstat (limited to 'calendar/gui/dialogs/task-page.h')
-rw-r--r-- | calendar/gui/dialogs/task-page.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/dialogs/task-page.h b/calendar/gui/dialogs/task-page.h index 55c8ebc923..ba94400b3f 100644 --- a/calendar/gui/dialogs/task-page.h +++ b/calendar/gui/dialogs/task-page.h @@ -26,7 +26,7 @@ #include "comp-editor-page.h" -BEGIN_GNOME_DECLS +G_BEGIN_DECLS @@ -55,6 +55,6 @@ TaskPage *task_page_new (void); -END_GNOME_DECLS +G_END_DECLS #endif |