diff --git a/sflphone-client-gnome/src/actions.c b/sflphone-client-gnome/src/actions.c
index 5a15cd84a324b2e9cdb2153d015864f9cb623960..c859e45c7009526204712784b63a8727a6130c70 100644
--- a/sflphone-client-gnome/src/actions.c
+++ b/sflphone-client-gnome/src/actions.c
@@ -947,7 +947,6 @@ void sflphone_fill_history (void)
             create_history_entry_from_serialized_form ((gchar*)key, (gchar*)value, &history_entry);    
             // Add it and update the GUI
             calllist_add (history, history_entry);
-            calltree_add_call (history, history_entry);
         }
     }
 }