mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
switch tab when dialing from the history
Conflicts: sflphone-gtk/src/actions.c
This commit is contained in:
@ -497,8 +497,8 @@ sflphone_keypad( guint keyval, gchar * key)
|
||||
case CALL_STATE_DIALING: // Currently dialing => edit number
|
||||
//dbus_play_dtmf(key);
|
||||
process_dialing(c, keyval, key);
|
||||
//if( active_calltree == history )
|
||||
//switch_tab();
|
||||
if( active_calltree == history )
|
||||
switch_tab();
|
||||
break;
|
||||
case CALL_STATE_CURRENT:
|
||||
switch (keyval)
|
||||
@ -595,6 +595,8 @@ sflphone_keypad( guint keyval, gchar * key)
|
||||
case 65307: /* ESCAPE */
|
||||
break;
|
||||
default:
|
||||
if( active_calltree == history )
|
||||
switch_tab();
|
||||
process_dialing(sflphone_new_call(), keyval, key);
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user