aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-tree.c')
-rw-r--r--widgets/table/e-tree.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-tree.c b/widgets/table/e-tree.c
index 770b2ad653..67d9020106 100644
--- a/widgets/table/e-tree.c
+++ b/widgets/table/e-tree.c
@@ -1677,6 +1677,7 @@ e_tree_construct (ETree *e_tree,
}
e_tree->priv->spec = specification;
+ e_tree->priv->spec->allow_grouping = FALSE;
g_object_unref (state);
@@ -1743,6 +1744,7 @@ e_tree_construct_from_spec_file (ETree *e_tree,
}
e_tree->priv->spec = specification;
+ e_tree->priv->spec->allow_grouping = FALSE;
g_object_unref (state);