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,