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

[#2316] Do not display any icons to the right on the history tab

parent ad8583b6
No related branches found
No related tags found
No related merge requests found
......@@ -851,8 +851,6 @@ void calltree_add_history_entry (callable_obj_t * c)
WARN("History - Should not happen!");
}
pixbuf_security = gdk_pixbuf_new_from_file(ICONS_DIR "/incoming.svg", NULL);
date = get_formatted_start_timestamp (c);
duration = get_call_duration (c);
duration = g_strconcat( date , duration , NULL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment