1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-07 04:15:32 +00:00

record-row: Use avatars in history

Fixes #147
This commit is contained in:
Evangelos Ribeiro Tzaras 2021-11-17 19:02:58 +01:00
parent 4e9eedb5fa
commit 76ec1e6941

View file

@ -353,6 +353,10 @@ setup_contact (CallsCallRecordRow *self)
self->avatar, "show-initials",
G_BINDING_SYNC_CREATE);
g_object_bind_property (self->contact, "avatar",
self->avatar, "loadable-icon",
G_BINDING_SYNC_CREATE);
if (target[0] == '\0')
{
gtk_actionable_set_action_name (GTK_ACTIONABLE (self->button), NULL);