From 6bb5b8850a6202012fe8f7b1ea0295aeab4112ba Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Wed, 26 Jun 2002 16:07:40 +0000 Subject: Sort the states in the right order svn path=/trunk/; revision=17291 --- my-evolution/e-summary-shown.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'my-evolution/e-summary-shown.c') diff --git a/my-evolution/e-summary-shown.c b/my-evolution/e-summary-shown.c index 92c2d3102e..f66b5c7512 100644 --- a/my-evolution/e-summary-shown.c +++ b/my-evolution/e-summary-shown.c @@ -581,14 +581,11 @@ e_tree_model_node_append (ETreeModel *etm, gpointer data) { ETreeMemory *etmm; - int position; ETreePath path; - position = e_tree_model_node_get_children (etm, parent, NULL); - etmm = E_TREE_MEMORY (etm); e_tree_memory_freeze (etmm); - path = e_tree_memory_node_insert (etmm, parent, position, data); + path = e_tree_memory_node_insert (etmm, parent, -1, data); e_tree_memory_thaw (etmm); return path; -- cgit v1.2.3