record-row: Remove unnecessary G_OBJECT cast
This commit is contained in:
@@ -435,7 +435,7 @@ constructed (GObject *object)
|
|||||||
g_autofree char *protocol = NULL;
|
g_autofree char *protocol = NULL;
|
||||||
g_autofree char *action_name = NULL;
|
g_autofree char *action_name = NULL;
|
||||||
|
|
||||||
g_object_get (G_OBJECT (self->record),
|
g_object_get (self->record,
|
||||||
"inbound", &inbound,
|
"inbound", &inbound,
|
||||||
"answered", &answered,
|
"answered", &answered,
|
||||||
"end", &end,
|
"end", &end,
|
||||||
|
|||||||
Reference in New Issue
Block a user