aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/gal-view-collection.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/gal-view-collection.c')
-rw-r--r--e-util/gal-view-collection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/gal-view-collection.c b/e-util/gal-view-collection.c
index bcbad52fea..24d70a67b6 100644
--- a/e-util/gal-view-collection.c
+++ b/e-util/gal-view-collection.c
@@ -250,7 +250,7 @@ gal_view_collection_init (GalViewCollection *collection)
GalViewCollection *
gal_view_collection_new (void)
{
- return g_object_new (GAL_VIEW_COLLECTION_TYPE, NULL);
+ return g_object_new (GAL_TYPE_VIEW_COLLECTION, NULL);
}
void