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

[#2176] Reenable userActive.svg in call tree

parent 5a466ab2
Branches
No related tags found
No related merge requests found
...@@ -909,7 +909,7 @@ void calltree_add_conference (calltab_t* tab, conference_obj_t* conf) ...@@ -909,7 +909,7 @@ void calltree_add_conference (calltab_t* tab, conference_obj_t* conf)
case CONFERENCE_STATE_ACTIVE_ATACHED: case CONFERENCE_STATE_ACTIVE_ATACHED:
{ {
pixbuf = gdk_pixbuf_new_from_file(ICONS_DIR "/users.svg", NULL); pixbuf = gdk_pixbuf_new_from_file(ICONS_DIR "/usersActive.svg", NULL);
break; break;
} }
case CONFERENCE_STATE_ACTIVE_DETACHED: case CONFERENCE_STATE_ACTIVE_DETACHED:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment