src/Builder4/About.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 10:30:00 +0000 (18:30 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 10:30:00 +0000 (18:30 +0800)
src/Builder4/About.vala

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

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