From f8825befd83ab63c255944d263419a82cb8d9720 Mon Sep 17 00:00:00 2001 From: "Eugenio Paolantonio (g7)" Date: Fri, 8 Apr 2022 23:11:18 +0200 Subject: [PATCH] ofono: call: do not try to pass the "properties" property The "properties" property doesn't exist anymore since dbfa593a07f9dc0fa068756030ab8e68c8da5615. Signed-off-by: Eugenio Paolantonio (g7) --- plugins/ofono/calls-ofono-call.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/ofono/calls-ofono-call.c b/plugins/ofono/calls-ofono-call.c index 3fd78b3..8318ec2 100644 --- a/plugins/ofono/calls-ofono-call.c +++ b/plugins/ofono/calls-ofono-call.c @@ -323,7 +323,6 @@ calls_ofono_call_new (GDBOVoiceCall *voice_call, return g_object_new (CALLS_TYPE_OFONO_CALL, "voice-call", voice_call, - "properties", call_props, "id", id, "name", name, "inbound", inbound,