[gnome-logs/wip/dking/fixups: 3/3] journal: Add missing constructed chain up
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-logs/wip/dking/fixups: 3/3] journal: Add missing constructed chain up
- Date: Mon, 22 Nov 2021 15:56:21 +0000 (UTC)
commit 19625054b4c72bc92859470baa608679257d5022
Author: Maximiliano Sandoval R <msandova gnome org>
Date: Mon Oct 11 23:05:55 2021 +0200
journal: Add missing constructed chain up
src/gl-journal.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/gl-journal.c b/src/gl-journal.c
index da0b2b6..df1152f 100644
--- a/src/gl-journal.c
+++ b/src/gl-journal.c
@@ -404,6 +404,8 @@ gl_journal_constructed (GObject *object)
sd_journal *journal;
gint ret;
+ G_OBJECT_CLASS (gl_journal_parent_class)->constructed (object);
+
self = GL_JOURNAL (object);
priv = gl_journal_get_instance_private (self);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]