1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-28 14:49:30 +00:00

Update libcallui subproject and adjust to CuiCallState changes

We already had our mapping between CallsCallStates and CuiCallStates in place,
but the _DIALING state got renamed to _CALLING.

Additionally bundle CallsCallStates that map to the same CuiCallState to remove
some code.
This commit is contained in:
Evangelos Ribeiro Tzaras 2022-01-31 15:25:46 +01:00
parent a0e2e48e5d
commit 8543fc7ab5
2 changed files with 2 additions and 4 deletions

View file

@ -388,11 +388,9 @@ calls_call_state_to_cui_call_state (CallsCallState state)
case CALLS_CALL_STATE_HELD:
return CUI_CALL_STATE_HELD;
case CALLS_CALL_STATE_DIALING:
return CUI_CALL_STATE_DIALING;
case CALLS_CALL_STATE_ALERTING:
return CUI_CALL_STATE_DIALING;
return CUI_CALL_STATE_CALLING;
case CALLS_CALL_STATE_INCOMING:
return CUI_CALL_STATE_INCOMING;
case CALLS_CALL_STATE_WAITING:
return CUI_CALL_STATE_INCOMING;
case CALLS_CALL_STATE_DISCONNECTED:

@ -1 +1 @@
Subproject commit 8efceacfc01962787638b41fa56ef6674ffe5b4e
Subproject commit bc4903329a2bfbc306e883016526ac83730503cb