Clones.bjs
[gitlive] / Clones.vala
index ca0ec5a..53cad27 100644 (file)
@@ -70,9 +70,14 @@ public class Clones : Object
 
     // user defined functions
     public void loadAndShow () {
+       
+       _this.el.show_all();
+       
        _this.toolbar.el.hide();
        _this.scrolled.el.hide();
-       _this.progress.el.show();
+       _this.spinner.el.show();
+       _this.spinner.el.start();       
+       
        GitRepo.updateAll("show_clones");