[calls] record-row: Use primary info instead of name property



commit cd075d92690177ebf1cf913082d35157d1ac1ee3
Author: Evangelos Ribeiro Tzaras <devrtz fortysixandtwo eu>
Date:   Thu Feb 17 11:52:42 2022 +0100

    record-row: Use primary info instead of name property
    
    RECHECK if bestmatch can ever have a NULL id!

 src/calls-call-record-row.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/calls-call-record-row.c b/src/calls-call-record-row.c
index c80e16ea..5b55c45c 100644
--- a/src/calls-call-record-row.c
+++ b/src/calls-call-record-row.c
@@ -319,7 +319,7 @@ setup_contact (CallsCallRecordRow *self)
   contacts_provider = calls_manager_get_contacts_provider (calls_manager_get_default ());
   self->contact = calls_contacts_provider_lookup_id (contacts_provider, target);
 
-  g_object_bind_property (self->contact, "name",
+  g_object_bind_property (self->contact, "primary-info",
                           self->target, "label",
                           G_BINDING_SYNC_CREATE);
 


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