mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-04 23:51:17 +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:
parent
a0e2e48e5d
commit
8543fc7ab5
2 changed files with 2 additions and 4 deletions
|
@ -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
|
Loading…
Reference in a new issue