inspector: Chain up in constructed

Its the right thing to do.
This commit is contained in:
Matthias Clasen 2014-06-27 18:43:59 -04:00
parent 8231a3c7b9
commit af507be99b

View File

@ -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