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