src/Builder4/About.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 29 May 2015 07:06:01 +0000 (15:06 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 29 May 2015 07:06:01 +0000 (15:06 +0800)
src/Builder4/About.vala

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

index 5182f1c..40a7e73 100644 (file)
@@ -9,7 +9,7 @@
  "items" : [
   {
    "listeners" : {
-    "delete_event" : "(self, event) => {\n\tthis.el.hide();\n\treturn true; \n\t\n}",
+    "delete_event" : "(self, event) => {\n\tthis.el.hide();\n\treturn true; \n\n}",
     "response" : "(rid) => {\n    this.el.hide();\n}\n"
    },
    "Gtk.License license_type" : "Gtk.License.LGPL_3_0",
index e390ba3..6bc801f 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) => {
             this.el.hide();