diff --git a/plugins/ofono/calls-ofono-call.c b/plugins/ofono/calls-ofono-call.c index 2b2bc29..ef56a01 100644 --- a/plugins/ofono/calls-ofono-call.c +++ b/plugins/ofono/calls-ofono-call.c @@ -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