src/JsRender/NodeToGtk.vala
authorAlan Knowles <alan@roojs.com>
Tue, 3 Mar 2015 10:14:45 +0000 (18:14 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 3 Mar 2015 10:14:45 +0000 (18:14 +0800)
src/JsRender/NodeToGtk.vala

index 4c50185..27d7078 100644 (file)
@@ -177,6 +177,7 @@ public class JsRender.NodeToGtk : Object {
        {
                // we have a number of children..
                // some are labels - this might need to be more complex...
+               // perhaps labels should be a special property labels[] of the notebook..
                var labels = new Gee.ArrayList<NodeToGtk>();
                for (var i = 0; i < this.children.size; i++) { 
                        var cn = this.children.get(i).node.fqn().replace(".", "");