mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-08 04:45:31 +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",
|
self->avatar, "show-initials",
|
||||||
G_BINDING_SYNC_CREATE);
|
G_BINDING_SYNC_CREATE);
|
||||||
|
|
||||||
|
g_object_bind_property (self->contact, "avatar",
|
||||||
|
self->avatar, "loadable-icon",
|
||||||
|
G_BINDING_SYNC_CREATE);
|
||||||
|
|
||||||
if (target[0] == '\0')
|
if (target[0] == '\0')
|
||||||
{
|
{
|
||||||
gtk_actionable_set_action_name (GTK_ACTIONABLE (self->button), NULL);
|
gtk_actionable_set_action_name (GTK_ACTIONABLE (self->button), NULL);
|
||||||
|
|
Loading…
Reference in a new issue