adium 3780:4aee70142047: The Status Icons selection menu in the ...

commits at adium.im commits at adium.im
Fri Mar 25 20:54:26 UTC 2011


details:	http://hg.adium.im/adium/rev/4aee70142047
revision:	3780:4aee70142047
branch:		(none)
author:		mathuaerknedam
date:		Fri Mar 25 15:20:15 2011 -0500

The Status Icons selection menu in the appearances preferences shold use the tab version of the icons, not the list version.
Subject: adium 3781:e4ee1e095b3a: Group chat userlists should use the tab version of status icons, not the list version. Fixes #13838.

details:	http://hg.adium.im/adium/rev/e4ee1e095b3a
revision:	3781:e4ee1e095b3a
branch:		(none)
author:		mathuaerknedam
date:		Fri Mar 25 15:53:48 2011 -0500

Group chat userlists should use the tab version of status icons, not the list version. Fixes #13838.

diffs (24 lines):

diff -r 8908c91268b3 -r e4ee1e095b3a Frameworks/Adium Framework/Source/AIListContactGroupChatCell.m
--- a/Frameworks/Adium Framework/Source/AIListContactGroupChatCell.m	Thu Mar 24 01:44:27 2011 -0400
+++ b/Frameworks/Adium Framework/Source/AIListContactGroupChatCell.m	Fri Mar 25 15:53:48 2011 -0500
@@ -50,7 +50,7 @@
 {
 	// We can't use [listObject statusIcon] because it will show unknown for strangers.
 	return [AIStatusIcons statusIconForListObject:listObject
-											 type:AIStatusIconList
+											 type:AIStatusIconTab
 										direction:AIIconFlipped];
 }
 
diff -r 8908c91268b3 -r e4ee1e095b3a Frameworks/Adium Framework/Source/AIStatusIcons.m
--- a/Frameworks/Adium Framework/Source/AIStatusIcons.m	Thu Mar 24 01:44:27 2011 -0400
+++ b/Frameworks/Adium Framework/Source/AIStatusIcons.m	Fri Mar 25 15:53:48 2011 -0500
@@ -321,7 +321,7 @@
 	iconDict = [NSDictionary dictionaryWithContentsOfFile:[inPath stringByAppendingPathComponent:@"Icons.plist"]];
 	
 	if (iconDict && [[iconDict objectForKey:@"AdiumSetVersion"] intValue] == 1) {
-		NSDictionary	*previewIconNames = [iconDict objectForKey:@"List"];
+		NSDictionary	*previewIconNames = [iconDict objectForKey:@"Tabs"];
 		int				xOrigin = 0;
 
 		[image lockFocus];




More information about the commits mailing list