src/Builder4/About.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 1 Jun 2015 09:40:49 +0000 (17:40 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 1 Jun 2015 09:40:49 +0000 (17:40 +0800)
src/Builder4/About.vala

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

index 2908e7f..4b477cb 100644 (file)
@@ -9,7 +9,6 @@
  "items" : [
   {
    "listeners" : {
-    "delete_event" : "(self, event) => {\n\tthis.el.hide();\n\treturn true; \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 ",
index 1c19971..c8e1c42 100644 (file)
@@ -32,11 +32,6 @@ public class About : Object
         this.el.copyright = "LGPL";
 
         //listeners
-        this.el.delete_event.connect( (self, event) => {
-               this.el.hide();
-               return true; 
-        
-        });
         this.el.response.connect( (rid) => {
             this.el.hide();
         });