Skip to content
Snippets Groups Projects
Commit f655cb39 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#1214] Add each history item only once

parent 16cd6b90
No related branches found
No related tags found
No related merge requests found
...@@ -947,7 +947,6 @@ void sflphone_fill_history (void) ...@@ -947,7 +947,6 @@ void sflphone_fill_history (void)
create_history_entry_from_serialized_form ((gchar*)key, (gchar*)value, &history_entry); create_history_entry_from_serialized_form ((gchar*)key, (gchar*)value, &history_entry);
// Add it and update the GUI // Add it and update the GUI
calllist_add (history, history_entry); calllist_add (history, history_entry);
calltree_add_call (history, history_entry);
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment