1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-12-13 16:07:36 +00:00

record-row: Remove unnecessary G_OBJECT cast

This commit is contained in:
Evangelos Ribeiro Tzaras 2022-02-01 23:28:16 +01:00
parent e4dc6548c5
commit 423ce4668e

View file

@ -435,7 +435,7 @@ constructed (GObject *object)
g_autofree char *protocol = NULL;
g_autofree char *action_name = NULL;
g_object_get (G_OBJECT (self->record),
g_object_get (self->record,
"inbound", &inbound,
"answered", &answered,
"end", &end,