fix line numbering issues with vala generator - hopefully fixes completion in node...
[roobuilder] / src / Builder4 / About.bjs
index 8f560d8..486d449 100644 (file)
    "| void show" : [
     "(Gtk.Window parent) {",
     "\tthis.el.application = parent.application;",
-    "\tthis.el.set_transient_for(parent);",
-    "\tthis.el.show();",
-    " ",
-    "\t ",
-    "\t",
+    "    this.el.set_transient_for(parent);",
+    "    this.el.show();",
     "}"
    ]
   }