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:
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 *action_name = NULL;
|
||||
|
||||
g_object_get (G_OBJECT (self->record),
|
||||
g_object_get (self->record,
|
||||
"inbound", &inbound,
|
||||
"answered", &answered,
|
||||
"end", &end,
|
||||
|
|
Loading…
Reference in a new issue