mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-05 19:15:32 +00:00
mm-call: Fix mapping of alerting/incoming call states
This commit is contained in:
parent
340aa85b60
commit
0d7e73ca63
1 changed files with 2 additions and 2 deletions
|
@ -161,8 +161,8 @@ static const struct CallsMMCallStateMap STATE_MAP[] = {
|
|||
{ MM_CALL_STATE_##MMENUM, CALLS_CALL_STATE_##CALLSENUM } \
|
||||
|
||||
row (DIALING, DIALING),
|
||||
row (RINGING_OUT, INCOMING),
|
||||
row (RINGING_IN, ALERTING),
|
||||
row (RINGING_OUT, ALERTING),
|
||||
row (RINGING_IN, INCOMING),
|
||||
row (ACTIVE, ACTIVE),
|
||||
row (HELD, HELD),
|
||||
row (WAITING, INCOMING),
|
||||
|
|
Loading…
Reference in a new issue