Different name for thread in Gitg.Async

This commit is contained in:
Ignacio Casal Quinteiro 2013-07-07 16:52:09 +02:00
parent 5d876108ca
commit 9d8801fbe9

View file

@ -29,7 +29,7 @@ public class Async
SourceFunc callback = thread.callback;
Error? err = null;
var t = new Thread<void *>.try("gitg-status-enumerator", () => {
var t = new Thread<void *>.try("gitg-async", () => {
try
{
func();