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

Builder4/About.bjs
Builder4/About.vala

index 64de5c1..a92473d 100644 (file)
@@ -8,7 +8,7 @@
     "items" : [
         {
             "listeners" : {
-                "delete_event" : "(self, event) => {\n    this.el.hide();\n    return true;\n  \n}\n ",
+                "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 ",
index 7abb3dc..d6f49ed 100644 (file)
@@ -35,7 +35,7 @@ public class About : Object
         this.el.delete_event.connect( (self, event) => {
             this.el.hide();
             return true;
-          
+        
         });
         this.el.response.connect( (rid) => {
             this.el.hide();