src/Builder4/About.bjs
authorAlan Knowles <alan@roojs.com>
Sat, 16 May 2015 09:10:12 +0000 (17:10 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 16 May 2015 09:10:12 +0000 (17:10 +0800)
src/Builder4/About.vala

src/Builder4/About.vala

index f61ecc0..339e38b 100644 (file)
@@ -23,15 +23,6 @@ public class About : Object
 
         // my vars (dec)
 
-        // set gobject values
-        this.el.program_name = "app.Builder.js";
-        this.el.license = "LGPL";
-        this.el.authors = { "Alan Knowles" };
-        this.el.website = "http://www.akbkhome.com/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) => {
             this.el.hide();