[gitg] Different name for thread in Gitg.Async



commit 9d8801fbe954205a538b71bcc5d9832e2defceda
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sun Jul 7 16:52:09 2013 +0200

    Different name for thread in Gitg.Async

 libgitg/gitg-async.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgitg/gitg-async.vala b/libgitg/gitg-async.vala
index 15b52be..e18dd19 100644
--- a/libgitg/gitg-async.vala
+++ b/libgitg/gitg-async.vala
@@ -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();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]