mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-17 07:46:03 +00:00
record-row: Chain up early to constructed()
This commit is contained in:
parent
d94792f3c5
commit
8e23d77508
1 changed files with 2 additions and 2 deletions
|
@ -448,6 +448,8 @@ constructed (GObject *object)
|
|||
g_autofree char *action_name = NULL;
|
||||
g_autofree char *target = NULL;
|
||||
|
||||
G_OBJECT_CLASS (calls_call_record_row_parent_class)->constructed (object);
|
||||
|
||||
g_object_get (self->record,
|
||||
"inbound", &inbound,
|
||||
"answered", &answered,
|
||||
|
@ -474,8 +476,6 @@ constructed (GObject *object)
|
|||
calls_date_time_unref (end);
|
||||
|
||||
setup_contact (self);
|
||||
|
||||
G_OBJECT_CLASS (calls_call_record_row_parent_class)->constructed (object);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue