diff --git a/sflphone-client-gnome/src/contacts/calltree.c b/sflphone-client-gnome/src/contacts/calltree.c
index 9c0c02e45eb9b7c5ddde6948fa82ad4c4d2b8497..c53c19b6617c5407baa6383e9d8c1a97f470d7ad 100644
--- a/sflphone-client-gnome/src/contacts/calltree.c
+++ b/sflphone-client-gnome/src/contacts/calltree.c
@@ -655,6 +655,8 @@ calltree_update_call (calltab_t* tab, callable_obj_t * c, GtkTreeIter *parent)
                 gtk_tree_store_set(store, &iter,
                         0, pixbuf, // Icon
                         1, description, // Description
+			2, pixbuf_security,
+			3, c,
                         -1);
 
                 if (pixbuf != NULL)