src/Builder4/About.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 06:32:04 +0000 (14:32 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 06:32:04 +0000 (14:32 +0800)
src/Builder4/About.vala

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

index 93b864c..9e9fd2d 100644 (file)
@@ -9,7 +9,7 @@
  "items" : [
   {
    "listeners" : {
-    "delete_event" : "(self, event) => {\n    this.el.hide();\n    return true; \n}    \n    ",
+    "delete_event" : "(self, event) => {\n    this.el.hide();\n    return true; \n} \n    ",
     "response" : "(rid) => {\n    this.el.hide();\n}\n"
    },
    "Gtk.License license_type" : "Gtk.License.LGPL_3_0",
index 39607fd..3b5e0a5 100644 (file)
 /*32*/         this.el.license_type = Gtk.License.LGPL_3_0;
 /*33*/ 
 /*34*/         //listeners
-        this.el.delete_event.connect( (self, event) => {
+/*38*/         this.el.delete_event.connect( (self, event) => {
             this.el.hide();
             return true; 
         });
-        this.el.response.connect( (rid) => {
+/*41*/         this.el.response.connect( (rid) => {
             this.el.hide();
         });
-/*44*/     }
-/*45*/ 
-/*46*/     // user defined functions
-    public    void show (Gtk.Window parent) {
+/*42*/     }
+/*43*/ 
+/*44*/     // user defined functions
+/*49*/     public    void show (Gtk.Window parent) {
         this.el.set_transient_for(parent);
         this.el.modal = true;
         this.el.show();
     }
-/*53*/ }
+/*50*/ }