mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 12:25:31 +00:00
ofono: fix return of incorrect field
This commit is contained in:
parent
436be15f5a
commit
6db32b5452
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ calls_ofono_call_get_inbound (CallsCall *call)
|
||||||
{
|
{
|
||||||
CallsOfonoCall *self = CALLS_OFONO_CALL (call);
|
CallsOfonoCall *self = CALLS_OFONO_CALL (call);
|
||||||
|
|
||||||
return self->state;
|
return self->inbound;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct CallsCallOperationData
|
struct CallsCallOperationData
|
||||||
|
|
Loading…
Reference in a new issue