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

#6183: Fix toolbar actions when selecting a conference in history

parent 9062155b
No related branches found
No related tags found
No related merge requests found
......@@ -355,6 +355,7 @@ update_actions()
case CONFERENCE_STATE_ACTIVE_ATACHED:
case CONFERENCE_STATE_ACTIVE_DETACHED:
DEBUG("UIManager: Conference State Active");
if(active_calltree == current_calls) {
gtk_action_set_sensitive (GTK_ACTION (hangUpAction), TRUE);
gtk_widget_set_sensitive (GTK_WIDGET (holdToolbar), TRUE);
gtk_action_set_sensitive (GTK_ACTION (recordAction), TRUE);
......@@ -365,6 +366,7 @@ update_actions()
gtk_action_set_sensitive (GTK_ACTION (imAction), TRUE);
gtk_toolbar_insert (GTK_TOOLBAR (toolbar), GTK_TOOL_ITEM (imToolbar), 4);
}
}
break;
case CONFERENCE_STATE_ACTIVE_ATTACHED_RECORD:
case CONFERENCE_STATE_ACTIVE_DETACHED_RECORD:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment