Introspect/Class.js
[gnome.introspection-doc-generator] / Introspect / Class.js
index 8ded94a..c863a88 100644 (file)
@@ -56,7 +56,9 @@ Class = XObject.define(
                 this.extendsClasses.push(p);
             },this);
             
-            
+            if (this.parent) {
+                this.parent.addChildClass(this.alias);
+            }
             
             
         },