src/Builder4/About.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 29 Apr 2015 14:39:07 +0000 (22:39 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 29 Apr 2015 14:39:07 +0000 (22:39 +0800)
src/Builder4/About.vala

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

index f238c20..37b9aa9 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    asdf\n}\n"
+    "response" : "(rid) => {\n    this.el.hide();\n    \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 5b9ab0f..658bedc 100644 (file)
@@ -39,7 +39,7 @@ public class About : Object
         });
         this.el.response.connect( (rid) => {
             this.el.hide();
-            asdf
+            
         });
     }