diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-10-23 10:22:59 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-10-23 10:22:59 +0800 |
commit | 1847de54ad41192ff99d8fd36b593d54a855c405 (patch) | |
tree | 29c54b8e6f4956ebfc271d3cdaf1c5c85e256226 | |
parent | d3f65772a5533885f3657424da9d6d1c6fe09a24 (diff) | |
download | gsoc2013-evolution-1847de54ad41192ff99d8fd36b593d54a855c405.tar gsoc2013-evolution-1847de54ad41192ff99d8fd36b593d54a855c405.tar.gz gsoc2013-evolution-1847de54ad41192ff99d8fd36b593d54a855c405.tar.bz2 gsoc2013-evolution-1847de54ad41192ff99d8fd36b593d54a855c405.tar.lz gsoc2013-evolution-1847de54ad41192ff99d8fd36b593d54a855c405.tar.xz gsoc2013-evolution-1847de54ad41192ff99d8fd36b593d54a855c405.tar.zst gsoc2013-evolution-1847de54ad41192ff99d8fd36b593d54a855c405.zip |
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
-rw-r--r-- | widgets/table/e-tree-memory.c | 2 |
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) |