[calls] record-row: Use avatars in history
- From: Guido Günther <guidog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [calls] record-row: Use avatars in history
- Date: Thu, 18 Nov 2021 11:52:50 +0000 (UTC)
commit 76ec1e6941f54c28da97e0ca3669c1a2ba030d1a
Author: Evangelos Ribeiro Tzaras <devrtz fortysixandtwo eu>
Date: Wed Nov 17 19:02:58 2021 +0100
record-row: Use avatars in history
Fixes #147
src/calls-call-record-row.c | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/src/calls-call-record-row.c b/src/calls-call-record-row.c
index 1d4e18de..2b20a255 100644
--- a/src/calls-call-record-row.c
+++ b/src/calls-call-record-row.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]