From a43578c7f6f3b3400b71d1a7636c5c6c8cea352b Mon Sep 17 00:00:00 2001 From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Date: Wed, 21 Oct 2009 13:41:02 -0400 Subject: [PATCH] [#2316] Do not display any icons to the right on the history tab --- sflphone-client-gnome/src/contacts/calltree.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sflphone-client-gnome/src/contacts/calltree.c b/sflphone-client-gnome/src/contacts/calltree.c index bd480229c6..e46d8e0771 100644 --- a/sflphone-client-gnome/src/contacts/calltree.c +++ b/sflphone-client-gnome/src/contacts/calltree.c @@ -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); -- GitLab