Call e_tree_model_pre_change here where appropriate.

2001-10-22  Christopher James Lahey  <clahey@ximian.com>

	* e-tree-memory.c (e_tree_memory_sort_node): Call
	e_tree_model_pre_change here where appropriate.

svn path=/trunk/; revision=13929
This commit is contained in:
Christopher James Lahey
2001-10-23 02:22:59 +00:00
committed by Chris Lahey
parent d3f65772a5
commit 1847de54ad

View File

@ -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)