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

Builder4/About.bjs
Builder4/About.vala

index 2771ed8..64de5c1 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 ef94009..7abb3dc 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();