X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Git.vala;fp=Git.vala;h=f8923461545cb315a98bd4158b2007548e595532;hb=e58e6dd01bea032b325902cfc4ee626c081783e2;hp=503588d8bed3ad7ae4db26ef4e0c45645134d0a2;hpb=5413e2728efb9e7fd4c17ef2349b2adf66fa33a3;p=gitlive diff --git a/Git.vala b/Git.vala index 503588d8..f8923461 100644 --- a/Git.vala +++ b/Git.vala @@ -342,7 +342,7 @@ namespace GitLive { Idle.add((owned) callback); return true;; }; - new Thread("loadRemoteHeads-" + this.repo.name, run); + new Thread("loadRemoteHeads-" , run); yield;