adium 4247:a7d5b6282689: Lets give this queue a better name, sha...

commits at adium.im commits at adium.im
Mon Oct 24 18:06:13 UTC 2011


details:	http://hg.adium.im/adium/rev/a7d5b6282689
revision:	4247:a7d5b6282689
branch:		(none)
author:		Stephen Holt <sholt at adium.im>
date:		Mon Oct 24 11:06:09 2011 -0700

Lets give this queue a better name, shall we

diffs (12 lines):

diff -r da8be93c3421 -r a7d5b6282689 Frameworks/Adium Framework/Source/AIEmoticon.m
--- a/Frameworks/Adium Framework/Source/AIEmoticon.m	Mon Oct 24 10:55:33 2011 -0700
+++ b/Frameworks/Adium Framework/Source/AIEmoticon.m	Mon Oct 24 11:06:09 2011 -0700
@@ -166,7 +166,7 @@
 	static dispatch_queue_t cacheQueue;
 	static dispatch_once_t onceToken;
 	dispatch_once(&onceToken, ^{
-		cacheQueue = dispatch_queue_create("dkfjh", 0);
+		cacheQueue = dispatch_queue_create("im.adium.AIEmoticon.cachedAttributedStringQueue", 0);
 	});
 	__block NSMutableAttributedString   *attributedString;
 	dispatch_sync(cacheQueue, ^{




More information about the commits mailing list