diff options
Diffstat (limited to 'widgets/table/e-table-group-leaf.c')
-rw-r--r-- | widgets/table/e-table-group-leaf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-group-leaf.c b/widgets/table/e-table-group-leaf.c index 7d0f079cb6..c1ddbb677a 100644 --- a/widgets/table/e-table-group-leaf.c +++ b/widgets/table/e-table-group-leaf.c @@ -650,7 +650,7 @@ etgl_class_init (ETableGroupLeafClass *klass) g_param_spec_object ("selection_model", "Selection model", "Selection model", - E_SELECTION_MODEL_TYPE, + E_TYPE_SELECTION_MODEL, G_PARAM_WRITABLE)); g_object_class_install_property (object_class, PROP_HEIGHT, |