src/Builder4/About.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 11 May 2015 10:16:47 +0000 (18:16 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 11 May 2015 10:16:47 +0000 (18:16 +0800)
src/Builder4/About.vala

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

index 85b7b0c..6cc2c83 100644 (file)
@@ -12,6 +12,7 @@
     "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" : "",
    "|    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",
    "xtype" : "AboutDialog",
index 771f073..df847e7 100644 (file)
@@ -30,6 +30,7 @@ public class About : Object
         this.el.website = "http://www.akbkhome.com/blog.php";
         this.el.modal = true;
         this.el.copyright = "LGPL";
+        this.el.license_type = ;
 
         // listeners 
         this.el.delete_event.connect( (self, event) => {