mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-05 19:15:32 +00:00
record-row: Remove unnecessary G_OBJECT cast
This commit is contained in:
parent
e4dc6548c5
commit
423ce4668e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue