Git.vala
authorAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2019 03:53:55 +0000 (11:53 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2019 03:53:55 +0000 (11:53 +0800)
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;