Clones.bjs
[gitlive] / Clones.vala
index 073cd95..9a9d031 100644 (file)
@@ -662,11 +662,8 @@ public class Clones : Object
 
             // init method
 
-            function() {
-                XObject.prototype.init.call(this);
-                this.el.add_attribute(this.items[0].el , 'active', 5 );
-                  this.items[0].el.set_activatable(true);
-            }
+            this.el.add_attribute(this.items[0].el , 'active', 5 );
+            //      this.items[0].el.set_activatable(true);
         }
 
         // user defined functions