src/Builder4/About.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 30 Apr 2015 05:27:34 +0000 (13:27 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 30 Apr 2015 05:27:34 +0000 (13:27 +0800)
src/Builder4/About.vala

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

index 5904c64..2e526fa 100644 (file)
@@ -10,7 +10,7 @@
   {
    "listeners" : {
     "delete_event" : "(self, event) => {\n    this.el.hide();\n    return true;\n            \n} \n   ",
-    "response" : "(rid) => {\n    this.el.hide();\n\n}\n"
+    "response" : "(rid) => {\n    this.el.hide();\n}\n"
    },
    "|    void show" : "(Gtk.Window parent) {\n    this.el.set_transient_for(parent);\n    this.el.modal = true;\n    this.el.show();\n}\n ",
    "copyright" : "LGPL",
index 0ead0ed..c03cb12 100644 (file)
@@ -39,7 +39,6 @@ public class About : Object
         });
         this.el.response.connect( (rid) => {
             this.el.hide();
-        
         });
     }