[gtk+] inspector: Chain up in constructed



commit af507be99b7f6d440ccecaac126a3eb8b7c0c4eb
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jun 27 18:43:59 2014 -0400

    inspector: Chain up in constructed
    
    Its the right thing to do.

 gtk/inspector/window.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gtk/inspector/window.c b/gtk/inspector/window.c
index eee2712..ef7d074 100644
--- a/gtk/inspector/window.c
+++ b/gtk/inspector/window.c
@@ -174,6 +174,8 @@ static void
 gtk_inspector_window_constructed (GObject *object)
 {
   gtk_inspector_window_select_initially (GTK_INSPECTOR_WINDOW (object));
+
+  G_OBJECT_CLASS (gtk_inspector_window_parent_class)->constructed (object);
 }
 
 static void


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