aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/menus/gal-view-new-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/menus/gal-view-new-dialog.h')
-rw-r--r--widgets/menus/gal-view-new-dialog.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/widgets/menus/gal-view-new-dialog.h b/widgets/menus/gal-view-new-dialog.h
index 364e1ae472..6b7d2b0335 100644
--- a/widgets/menus/gal-view-new-dialog.h
+++ b/widgets/menus/gal-view-new-dialog.h
@@ -24,7 +24,6 @@
#define __GAL_VIEW_NEW_DIALOG_H__
#include <gtk/gtk.h>
-#include <glade/glade.h>
#include <gal-view-collection.h>
G_BEGIN_DECLS
@@ -51,7 +50,7 @@ struct _GalViewNewDialog
GtkDialog parent;
/* item specific fields */
- GladeXML *gui;
+ GtkBuilder *builder;
GalViewCollection *collection;
GalViewFactory *selected_factory;