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

ofono: fix return of incorrect field

This commit is contained in:
anteater 2021-04-11 02:30:48 +00:00 committed by &t
parent 436be15f5a
commit 6db32b5452

View file

@ -112,7 +112,7 @@ calls_ofono_call_get_inbound (CallsCall *call)
{
CallsOfonoCall *self = CALLS_OFONO_CALL (call);
return self->state;
return self->inbound;
}
struct CallsCallOperationData