Clones.bjs
[gitlive] / Clones.vala
index 3af463f..748576a 100644 (file)
@@ -171,7 +171,7 @@ public class Clones : Object
 
             //listeners
             this.el.clicked.connect( () => {
-            
+                       Clone.show(this.el);
             /*    var rv = this.get('/reposView');
                 var rs = this.get('/reposStore');
                 if (rv.el.get_selection().count_selected_rows() != 1) {