1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-12-13 16:07:36 +00:00

record-row: Use primary info instead of name property

RECHECK if bestmatch can ever have a NULL id!
This commit is contained in:
Evangelos Ribeiro Tzaras 2022-02-17 11:52:42 +01:00
parent f0cd344072
commit cd075d9269

View file

@ -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);