Skip to content
Snippets Groups Projects
Commit 1519fc4d authored by Rafaël Carré's avatar Rafaël Carré
Browse files

* #6561 : fix ghost call reappearing in GUI after transfer

Do not remove the call from internal list
It will not be displayed, and will be removed from the list when receiving the success reponse for the transfer
parent c10827e1
Branches
Tags
No related merge requests found
......@@ -1976,7 +1976,6 @@ static void menuitem_response( gchar *string )
DEBUG("Calltree: Transfering call %s, to %s", selected_call->_peer_number, dragged_call->_peer_number);
dbus_attended_transfer(selected_call, dragged_call);
calltree_remove_call(current_calls, selected_call, NULL);
calllist_remove_call(current_calls, selected_call->_callID);
}
else {
DEBUG("CallTree: Error unknown option selected in menu %s", string);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment