aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-folder-selection-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-folder-selection-dialog.c')
-rw-r--r--shell/e-shell-folder-selection-dialog.c3
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 {