From f655cb39f3ecb52bcd7aebad05e74fde59a99e60 Mon Sep 17 00:00:00 2001
From: Emmanuel Milou <manu@manu-eeepc.(none)>
Date: Sun, 7 Jun 2009 12:02:16 -0400
Subject: [PATCH] [#1214] Add each history item only once

---
 sflphone-client-gnome/src/actions.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sflphone-client-gnome/src/actions.c b/sflphone-client-gnome/src/actions.c
index 5a15cd84a3..c859e45c70 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);
         }
     }
 }
-- 
GitLab