[epiphany/gnome-3-22] completion-model: chain up in constructed



commit a2cf5e355cdaacdc2db1eb73f44b589e4d0c45f2
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Oct 30 15:38:57 2016 -0500

    completion-model: chain up in constructed
    
    ...

 src/ephy-completion-model.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/ephy-completion-model.c b/src/ephy-completion-model.c
index 8c4e69d..9c8b245 100644
--- a/src/ephy-completion-model.c
+++ b/src/ephy-completion-model.c
@@ -57,6 +57,8 @@ ephy_completion_model_constructed (GObject *object)
                          G_TYPE_INT, G_TYPE_STRING, G_TYPE_BOOLEAN,
                          GDK_TYPE_PIXBUF };
 
+  G_OBJECT_CLASS (ephy_completion_model_parent_class)->constructed (object);
+
   gtk_list_store_set_column_types (GTK_LIST_STORE (object),
                                    N_COL,
                                    types);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]