src/JsRender/NodeToVala.vala
authorAlan <alan@roojs.com>
Thu, 23 Jun 2022 07:44:12 +0000 (15:44 +0800)
committerAlan <alan@roojs.com>
Thu, 23 Jun 2022 07:44:12 +0000 (15:44 +0800)
src/JsRender/NodeToVala.vala

index e8bb976..f016c1b 100644 (file)
@@ -861,7 +861,7 @@ public class JsRender.NodeToVala : Object {
                                return;
                        
                        case "Gtk.Dialog":      
-                               this.addLine(this.ipad + "this.el.get_content_area().add(  child_" + "%d".printf(i) + ".el );");
+                               this.addLine(this.ipad + "this.el.get_content_area().add( child_" + "%d".printf(i) + ".el );");
                                return;