include gnome-dialog.h (PARENT_TYPE): GNOME_TYPE_DIALOG replaced with

2000-06-12  Michael Meeks  <michael@helixcode.com>

	* 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
This commit is contained in:
Michael Meeks
2000-06-12 15:34:17 +00:00
committed by Michael Meeks
parent 0889a3a50e
commit 038f94bb30
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-06-12 Michael Meeks <michael@helixcode.com>
* 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 <ettore@helixcode.com>
* e-shell.c (impl_Shell_user_select_folder): New, implementation

View File

@ -26,6 +26,7 @@
#endif
#include <libgnomeui/gnome-stock.h>
#include <libgnomeui/gnome-dialog.h>
#include <libgnome/gnome-i18n.h>
#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 {