aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree-memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-tree-memory.c')
-rw-r--r--widgets/table/e-tree-memory.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-tree-memory.c b/widgets/table/e-tree-memory.c
index e3283f7730..e65b030dac 100644
--- a/widgets/table/e-tree-memory.c
+++ b/widgets/table/e-tree-memory.c
@@ -591,6 +591,8 @@ e_tree_memory_sort_node (ETreeMemory *etmm,
ETreeMemoryPath *path = node;
MemoryAndClosure mac;
ETreeMemoryPath *last;
+
+ e_tree_model_pre_change (E_TREE_MODEL (etmm));
i = 0;
for (child = path->first_child; child; child = child->next_sibling)