sync
[gitlive] / Clones.vala
index 17b0038..3a91a66 100644 (file)
@@ -71,7 +71,7 @@ public class Clones : Object
         
         this.el.set_deletable(false);
         this.el.set_gravity(Gdk.Gravity.NORTH);
-        this.el.move(Gdk.Screen.width() / 2 ,0);
+        this.el.move((Gdk.Screen.width() / 2 ) -400 ,0);
         this.el.show_all();
         _this.reposStore.load();
         // load clones..
@@ -242,6 +242,10 @@ public class Clones : Object
 
             //listeners
             this.el.clicked.connect( () => {
+            // 
+            
+               //NewBranch.singleton().show();
+            
             /*
                 var rv = this.get('/reposView');
                 var rs = this.get('/reposStore');