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

* #6561 : fix phantom call after transfer

same fix than [1519fc4d], for transfer button this time
parent cbb9b594
No related branches found
No related tags found
No related merge requests found
......@@ -790,7 +790,6 @@ sflphone_keypad (guint keyval, gchar * key)
dbus_transfert (c);
time (&c->_time_stop);
calltree_remove_call(current_calls, c, NULL);
calllist_remove_call(current_calls, c->_callID);
break;
case 65307: /* ESCAPE */
sflphone_unset_transfert ();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment