resources/RooUsage.txt
[app.Builder.js] / src / Builder4 / About.vala
index 930b41e..c8e1c42 100644 (file)
@@ -1,6 +1,6 @@
 static About  _About;
 
-public class About : Object 
+public class About : Object
 {
     public Gtk.AboutDialog el;
     private About  _this;
@@ -15,7 +15,7 @@ public class About : Object
 
         // my vars (def)
 
-    // ctor 
+    // ctor
     public About()
     {
         _this = this;
@@ -27,22 +27,17 @@ public class About : Object
         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.website = "http://www.roojs.org/blog.php";
         this.el.modal = true;
         this.el.copyright = "LGPL";
 
-        // listeners 
-        this.el.delete_event.connect( (self, event) => {
-            this.el.hide();
-            return true;
-                
-        });
+        //listeners
         this.el.response.connect( (rid) => {
             this.el.hide();
         });
     }
 
-    // user defined functions 
+    // user defined functions
     public    void show (Gtk.Window parent) {
         this.el.set_transient_for(parent);
         this.el.modal = true;