Skip to content
Snippets Groups Projects
Commit 4080c0c4 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#2176] Fix security pixbuff in calltree

parent ff8b5e30
No related branches found
No related tags found
No related merge requests found
...@@ -655,6 +655,8 @@ calltree_update_call (calltab_t* tab, callable_obj_t * c, GtkTreeIter *parent) ...@@ -655,6 +655,8 @@ calltree_update_call (calltab_t* tab, callable_obj_t * c, GtkTreeIter *parent)
gtk_tree_store_set(store, &iter, gtk_tree_store_set(store, &iter,
0, pixbuf, // Icon 0, pixbuf, // Icon
1, description, // Description 1, description, // Description
2, pixbuf_security,
3, c,
-1); -1);
if (pixbuf != NULL) if (pixbuf != NULL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment