Clones.bjs
[gitlive] / Clones.vala
index 65976e9..b5e36fa 100644 (file)
@@ -66,6 +66,15 @@ public class Clones : Object
     }
 
     // user defined functions
+    public void loadAndShow () {
+       _this.toolbar.el.hide();
+       _this.scrolled.el.hide();
+       _this.progress.el.show();
+       GitRepo.updateAll("show_clones");
+       
+       
+       
+    }
     public void show ()    {
     
         GLib.debug("show clones?");