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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/widgets/menus/gal-view-new-dialog.h b/widgets/menus/gal-view-new-dialog.h
index d7d7912ea2..cd523a2476 100644
--- a/widgets/menus/gal-view-new-dialog.h
+++ b/widgets/menus/gal-view-new-dialog.h
@@ -25,6 +25,7 @@
#define __GAL_VIEW_NEW_DIALOG_H__
#include <gtk/gtkdialog.h>
+#include <gtk/gtkliststore.h>
#include <glade/glade.h>
#include <gal-view-collection.h>
@@ -59,6 +60,11 @@ struct _GalViewNewDialog
GalViewCollection *collection;
GalViewFactory *selected_factory;
+
+ GtkListStore *list_store;
+
+ GtkWidget *entry;
+ GtkWidget *list;
};
struct _GalViewNewDialogClass