Git.vala
[gitlive] / Git.vala
index 503588d..f892346 100644 (file)
--- a/Git.vala
+++ b/Git.vala
@@ -342,7 +342,7 @@ namespace  GitLive {
                                Idle.add((owned) callback);
                                return true;;
                        };
-                       new Thread<bool>("loadRemoteHeads-" + this.repo.name, run);
+                       new Thread<bool>("loadRemoteHeads-" , run);
                        yield;