src/Palete/GirObject.vala
authorAlan Knowles <alan@roojs.com>
Thu, 7 May 2015 08:19:27 +0000 (16:19 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 7 May 2015 08:19:27 +0000 (16:19 +0800)
src/Palete/GirObject.vala

index 8a7a5f2..c649637 100644 (file)
@@ -112,8 +112,9 @@ namespace Palete {
 
                        var pcls = this.clsToObject( this.parent);
                        if (pcls == null) {
-                               throw new GirError.INVALID_VALUE("Could not find class : " + 
-                                       this.parent + " of " + this.name  + " in " + this.ns);
+                               return;
+                               //throw new GirError.INVALID_VALUE("Could not find class : " + 
+                               //      this.parent + " of " + this.name  + " in " + this.ns);
                        }
                        
                        pcls.overlayParent( );