* #6561 : fix phantom call after transfer

same fix than [1519fc4de4], for transfer button this time
This commit is contained in:
Rafaël Carré
2011-09-01 11:29:53 -04:00
parent cbb9b59414
commit 731d46cb91

View File

@ -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 ();