GitRepo.vala
[gitlive] / GitRepo.vala
index 23c7631..5c866c3 100644 (file)
@@ -880,7 +880,9 @@ public class GitRepo : Object
        repo.loadStatus();
        
        update_all_total--;
+               GLib.debug("calls remaining = %d", update_all_total);           
        if (update_all_total > 0 ) {
+
                return;
                }
                switch (update_all_after) {