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:
committed by
Chris Lahey
parent
d3f65772a5
commit
1847de54ad
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user