aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/gal-view-new-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/gal-view-new-dialog.c')
-rw-r--r--e-util/gal-view-new-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/gal-view-new-dialog.c b/e-util/gal-view-new-dialog.c
index 1df95a1985..aef751b9fc 100644
--- a/e-util/gal-view-new-dialog.c
+++ b/e-util/gal-view-new-dialog.c
@@ -181,7 +181,7 @@ gal_view_new_dialog_new (GalViewCollection *collection)
{
GtkWidget *widget =
gal_view_new_dialog_construct (
- g_object_new (GAL_VIEW_NEW_DIALOG_TYPE, NULL),
+ g_object_new (GAL_TYPE_VIEW_NEW_DIALOG, NULL),
collection);
return widget;
}