src/Builder4/About.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 09:39:14 +0000 (17:39 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 09:39:14 +0000 (17:39 +0800)
src/Builder4/About.vala

src/Builder4/About.bjs
src/Builder4/About.vala

index 152cac7..53a13f3 100644 (file)
@@ -9,7 +9,7 @@
  "items" : [
   {
    "listeners" : {
-    "delete_event" : "(self, event) => {\n    this.el.hide();\n    return true; \n  \n \n} \n  ",
+    "delete_event" : "(self, event) => {\n    this.el.hide();\n    return true; \n   \n \n} \n  ",
     "response" : "(rid) => {\n    this.el.hide();\n}\n"
    },
    "Gtk.License license_type" : "Gtk.License.LGPL_3_0",
index 8c4b7f4..2ee29a3 100644 (file)
@@ -36,7 +36,7 @@ public class About : Object
         this.el.delete_event.connect( (self, event) => {
             this.el.hide();
             return true; 
-          
+           
          
         });
         this.el.response.connect( (rid) => {