src/Builder4/About.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 08:52:26 +0000 (16:52 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 08:52:26 +0000 (16:52 +0800)
src/Builder4/About.vala

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

index 2522692..a513ed0 100644 (file)
@@ -9,7 +9,7 @@
  "items" : [
   {
    "listeners" : {
-    "delete_event" : "(self, event) => {\n    this.el.hide();\n    return true; \n}    sadf",
+    "delete_event" : "(self, event) => {\n    this.el.hide();\n    return true; \n}    ",
     "response" : "(rid) => {\n    this.el.hide();\n}\n"
    },
    "Gtk.License license_type" : "Gtk.License.LGPL_3_0",
index 720e6ca..2ed51b9 100644 (file)
@@ -36,7 +36,7 @@ public class About : Object
         this.el.delete_event.connect( (self, event) => {
             this.el.hide();
             return true; 
-        }    sadf);
+        });
         this.el.response.connect( (rid) => {
             this.el.hide();
         });