[epiphany/gnome-3-30] ephy-action-bar-start: Chain up in constructed()



commit 0314d3a28a8837eeb0d62cbd31c1286b97ffd756
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Mon Jul 8 15:17:17 2019 +0000

    ephy-action-bar-start: Chain up in constructed()
    
    
    (cherry picked from commit 8c7f681afa61f72817dafea25ac602973d926761)

 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 3e74fc3bf..a8da74abd 100644
--- a/src/ephy-action-bar-start.c
+++ b/src/ephy-action-bar-start.c
@@ -426,6 +426,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]