From 038f94bb30e7b0a45fbd26e5115a4d04caa1a270 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 12 Jun 2000 15:34:17 +0000 Subject: include gnome-dialog.h (PARENT_TYPE): GNOME_TYPE_DIALOG replaced with 2000-06-12 Michael Meeks * e-shell-folder-selection-dialog.c: include gnome-dialog.h (PARENT_TYPE): GNOME_TYPE_DIALOG replaced with gnome_dialog_get_type. svn path=/trunk/; revision=3528 --- shell/ChangeLog | 5 +++++ shell/e-shell-folder-selection-dialog.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index 5d2781f06f..8bd30b6f36 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2000-06-12 Michael Meeks + + * e-shell-folder-selection-dialog.c: include gnome-dialog.h + (PARENT_TYPE): GNOME_TYPE_DIALOG replaced with gnome_dialog_get_type. + 2000-06-10 Ettore Perazzoli * e-shell.c (impl_Shell_user_select_folder): New, implementation diff --git a/shell/e-shell-folder-selection-dialog.c b/shell/e-shell-folder-selection-dialog.c index 1864890081..16e2c54fe6 100644 --- a/shell/e-shell-folder-selection-dialog.c +++ b/shell/e-shell-folder-selection-dialog.c @@ -26,6 +26,7 @@ #endif #include +#include #include #include "e-util/e-util.h" @@ -39,7 +40,7 @@ #include "e-shell-folder-selection-dialog.h" -#define PARENT_TYPE GNOME_TYPE_DIALOG +#define PARENT_TYPE (gnome_dialog_get_type ()) static GnomeDialogClass *parent_class = NULL; struct _EShellFolderSelectionDialogPrivate { -- cgit v1.2.3