Fix #5615 - gitlive - force all roojs projects to autobranch
[gitlive] / Clones.vala
index 8b0da79..65976e9 100644 (file)
@@ -68,7 +68,7 @@ public class Clones : Object
     // user defined functions
     public void show ()    {
     
-        
+        GLib.debug("show clones?");
         this.el.set_deletable(true);
         this.el.set_gravity(Gdk.Gravity.NORTH);
         this.el.move((Gdk.Screen.width() / 2 ) -400 ,0);
@@ -81,6 +81,7 @@ public class Clones : Object
         this.el.show_all();
         _this.reposStore.load();
         this.el.set_keep_above(true);
+            GLib.debug("show clones = run?");
         this.el.run();
         // load clones..
     //     this.get('/reposStore').load();