:Revert "fix line numbering issues with vala generator - hopefully fixes completion...
[roobuilder] / src / Builder4 / About.bjs
index c6ee1db..8f560d8 100644 (file)
@@ -1,25 +1,28 @@
 {
- "name" : "About",
- "parent" : "",
- "title" : "",
- "path" : "/home/alan/gitlive/roobuilder/src/Builder4/About.bjs",
- "permname" : "",
- "modOrder" : "",
  "build_module" : "builder",
+ "gen_extended" : true,
  "items" : [
   {
-   "listeners" : {
-    "response" : "(rid) => {\n    this.el.hide();\n}\n "
-   },
-   "|    void show" : "(Gtk.Window parent) {\n    this.el.set_transient_for(parent);\n    this.el.modal = true;\n    this.el.show();\n}\n ",
-   "program_name" : "roobuilder",
-   "xtype" : "AboutDialog",
-   "$ modal" : true,
    "$ authors" : "{ \"Alan Knowles\" }",
    "$ xns" : "Gtk",
-   "website" : "https://github.com/roojs/roobuilder",
+   "bool modal" : true,
+   "program_name" : "roobuilder",
    "string copyright" : "LGPL",
-   "string license" : "LGPL"
+   "string license" : "LGPL",
+   "string version" : "4.4.2",
+   "website" : "https://github.com/roojs/roobuilder",
+   "xtype" : "AboutDialog",
+   "| void show" : [
+    "(Gtk.Window parent) {",
+    "\tthis.el.application = parent.application;",
+    "\tthis.el.set_transient_for(parent);",
+    "\tthis.el.show();",
+    " ",
+    "\t ",
+    "\t",
+    "}"
+   ]
   }
- ]
+ ],
+ "name" : "About"
 }
\ No newline at end of file