diff options
author | Michael Meeks <michael@helixcode.com> | 2000-06-12 23:34:17 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-06-12 23:34:17 +0800 |
commit | 038f94bb30e7b0a45fbd26e5115a4d04caa1a270 (patch) | |
tree | 7a44c5fbd1a25deff9f123547e1feb4e5707886c /shell/e-shell-folder-selection-dialog.c | |
parent | 0889a3a50eb13d95f0a61efc73afa4f05125c8df (diff) | |
download | gsoc2013-evolution-038f94bb30e7b0a45fbd26e5115a4d04caa1a270.tar gsoc2013-evolution-038f94bb30e7b0a45fbd26e5115a4d04caa1a270.tar.gz gsoc2013-evolution-038f94bb30e7b0a45fbd26e5115a4d04caa1a270.tar.bz2 gsoc2013-evolution-038f94bb30e7b0a45fbd26e5115a4d04caa1a270.tar.lz gsoc2013-evolution-038f94bb30e7b0a45fbd26e5115a4d04caa1a270.tar.xz gsoc2013-evolution-038f94bb30e7b0a45fbd26e5115a4d04caa1a270.tar.zst gsoc2013-evolution-038f94bb30e7b0a45fbd26e5115a4d04caa1a270.zip |
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
Diffstat (limited to 'shell/e-shell-folder-selection-dialog.c')
-rw-r--r-- | shell/e-shell-folder-selection-dialog.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <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 { |