Builder4/About.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 8 Oct 2014 14:43:31 +0000 (22:43 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 8 Oct 2014 14:43:31 +0000 (22:43 +0800)
Builder4/About.vala

Builder4/About.bjs
Builder4/About.vala

index a92473d..160a95e 100644 (file)
@@ -11,7 +11,7 @@
                 "delete_event" : "(self, event) => {\n    this.el.hide();\n    return true;\n\n}\n ",
                 "response" : "(rid) => {\n    this.el.hide();\n}\n  "
             },
-            "|    void show_all" : "() {\n    this.el.show_all();\n}\n ",
+            "|    void show_all" : "() {\n    this.el.show_all();\n \n}\n ",
             "copyright" : "LGPL",
             "xtype" : "AboutDialog",
             "program_name" : "app.Builder.js",
index d6f49ed..ca8c854 100644 (file)
@@ -45,5 +45,6 @@ public class About : Object
     // user defined functions 
     public    void show_all () {
         this.el.show_all();
+     
     }
 }