[calls] ofono: call: do not try to pass the "properties" property



commit f8825befd83ab63c255944d263419a82cb8d9720
Author: Eugenio Paolantonio (g7) <me medesimo eu>
Date:   Fri Apr 8 23:11:18 2022 +0200

    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) <me medesimo eu>

 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 3fd78b38..8318ec29 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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]