aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-shown.c
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution/e-summary-shown.c')
-rw-r--r--my-evolution/e-summary-shown.c5
1 files changed, 1 insertions, 4 deletions
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;