[epiphany] completion-model: chain up in constructed



commit d0dd1da0f2c3ae7df2875475e83a3832070e50a3
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 66f6ee0..f22a645 100644
--- a/src/ephy-completion-model.c
+++ b/src/ephy-completion-model.c
@@ -58,6 +58,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]