mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 04:15:32 +00:00
parent
4e9eedb5fa
commit
76ec1e6941
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue