Clone.bjs
[gitlive] / Clone.vala
index 13ab584..510c46f 100644 (file)
@@ -260,10 +260,7 @@ public class Clone : Object
                    // may throw error...
                     var sp = new Spawn(cfg);
                   
-                       
-                    // parse output for some commands ?
-                    return sp.output;
-                }
+                        GLib.debug("Spawn: %s", sp.output);
                
                     
                     
@@ -271,7 +268,7 @@ public class Clone : Object
                     
                     
                     GitMonitor.gitmonitor.start();
-                 
+                   Clones.singleton().reposStore.load();
                  
                    _this.el.hide();
                     return false;