Palete/Gtk.vala
authorAlan Knowles <alan@akbkhome.com>
Thu, 11 Sep 2014 15:20:50 +0000 (23:20 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 11 Sep 2014 15:20:50 +0000 (23:20 +0800)
Palete/Gtk.vala

index 05db81b..311b14f 100644 (file)
@@ -350,7 +350,8 @@ namespace Palete {
                public override void fillPack(JsRender.Node node,JsRender.Node parent)
                {   
                        
-                       string inherits = node.fqn() + " " + string.joinv(" ", this.getInheritsFor (node.fqn())) + " ";
+                       string inherits = node.fqn() + " " + string.joinv(" ", 
+                                      this.getInheritsFor (node.fqn())) + " ";
                        print ("fillPack:Inherits : %s\n", inherits);
                        // parent.fqn() method ( node.fqn()
                        var methods = this.getPropertiesFor (parent.fqn(), "methods");
@@ -377,7 +378,7 @@ namespace Palete {
                                if (!inherits.contains(" " + type + " ")) {
                                        continue;
                                }
-                               print ("fillPack:first -- FOUND pack type is %s\n", type);
+                               print ("fillPack:first -- MATCHED" );
 
                                
                                var pack = meth.name;