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

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

index baad55b..2908e7f 100644 (file)
@@ -12,7 +12,6 @@
     "delete_event" : "(self, event) => {\n\tthis.el.hide();\n\treturn true; \n\n}",
     "response" : "(rid) => {\n    this.el.hide();\n}\n"
    },
-   "Gtk.License license_type" : "Gtk.License.LGPL_3_0",
    "|    void show" : "(Gtk.Window parent) {\n    this.el.set_transient_for(parent);\n    this.el.modal = true;\n    this.el.show();\n}\n ",
    "$ string[] authors" : "{ \"Alan Knowles\" }",
    "xtype" : "AboutDialog",
index 08c6cea..1c19971 100644 (file)
@@ -30,7 +30,6 @@ public class About : Object
         this.el.website = "http://www.roojs.org/blog.php";
         this.el.modal = true;
         this.el.copyright = "LGPL";
-        this.el.license_type = Gtk.License.LGPL_3_0;
 
         //listeners
         this.el.delete_event.connect( (self, event) => {