Builder4/About.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 10 Jun 2014 10:21:25 +0000 (18:21 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 10 Jun 2014 10:21:25 +0000 (18:21 +0800)
Builder4/About.js
Builder4/About.vala

Builder4/About.bjs
Builder4/About.js

index 04de56d..a7ac5c9 100644 (file)
@@ -17,7 +17,7 @@
             "website": "http://www.akbkhome.com/blog.php",
             "xtype": "AboutDialog",
             "|modal": "true",
-            "|void:show_all": " \nvoid () {\n    this.el.show_all();\n}\n*/",
+            "|void:show_all": "() {\n    this.el.show_all();\n}\n*/",
             "|xns": "Gtk"
         }
     ],
index 2c6abc0..3e9022c 100644 (file)
@@ -26,7 +26,7 @@ About=new XObject({
     program_name : "app.Builder.js",
     website : "http://www.akbkhome.com/blog.php",
     modal : true,
-    'void:show_all' : void () {
+    'void:show_all' : () {
         this.el.show_all();
     }
     */