[epiphany/wip/exalm/count: 2/3] ephy-action-bar-start: Chain up in constructed()
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/exalm/count: 2/3] ephy-action-bar-start: Chain up in constructed()
- Date: Mon, 8 Jul 2019 15:20:18 +0000 (UTC)
commit 8c7f681afa61f72817dafea25ac602973d926761
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date: Mon Jul 8 20:17:17 2019 +0500
ephy-action-bar-start: Chain up in constructed()
src/ephy-action-bar-start.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/ephy-action-bar-start.c b/src/ephy-action-bar-start.c
index cadb7d15c..464f3ea37 100644
--- a/src/ephy-action-bar-start.c
+++ b/src/ephy-action-bar-start.c
@@ -483,6 +483,8 @@ ephy_action_bar_start_constructed (GObject *object)
EphyActionBarStart *action_bar_start = EPHY_ACTION_BAR_START (object);
EphyEmbedShell *embed_shell;
+ G_OBJECT_CLASS (ephy_action_bar_start_parent_class)->constructed (object);
+
gtk_widget_init_template (GTK_WIDGET (action_bar_start));
/* Back */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]