mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-14 00:17:35 +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:
parent
f0cd344072
commit
cd075d9269
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue