src/JsRender/NodeToVala.vala
authorAlan Knowles <alan@roojs.com>
Sun, 10 Mar 2024 03:50:14 +0000 (11:50 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 10 Mar 2024 03:50:14 +0000 (11:50 +0800)
src/JsRender/NodeToVala.vala

index f39cf83..a439429 100644 (file)
@@ -464,6 +464,7 @@ public abstract class JsRender.NodeToVala : NodeWriter {
                                  
                }
                
+               GLib.debug("got node %s with nb_child= %s", this.node.fqn() , nb_child);
                if (this.node.fqn() == "Gtk.NotebookPage" && nb_child != "") {
                        if (nb_tab == "" && this.node.has("tab_label")) {
                                nb_tab = "new Gtk.Label(this.tab_label)";