aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/gal-view-factory-etable.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/gal-view-factory-etable.c')
-rw-r--r--e-util/gal-view-factory-etable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/gal-view-factory-etable.c b/e-util/gal-view-factory-etable.c
index cc54468260..53f58e8c11 100644
--- a/e-util/gal-view-factory-etable.c
+++ b/e-util/gal-view-factory-etable.c
@@ -51,6 +51,7 @@ gal_view_factory_etable_class_init (GalViewFactoryEtableClass *class)
GalViewFactoryClass *view_factory_class;
view_factory_class = GAL_VIEW_FACTORY_CLASS (class);
+ view_factory_class->gal_view_type = GAL_TYPE_VIEW_ETABLE;
view_factory_class->get_type_code = view_factory_etable_get_type_code;
view_factory_class->new_view = view_factory_etable_new_view;
}