adium-1.4 3328:8d4bbcf725f2: Use -explicitedFormattedUID instead...

commits at adium.im commits at adium.im
Mon Jan 17 23:43:40 UTC 2011


details:	http://hg.adium.im/adium-1.4/rev/8d4bbcf725f2
revision:	3328:8d4bbcf725f2
author:		Zachary West <zacw at adium.im>
date:		Mon Jan 17 18:43:25 2011 -0500

Use -explicitedFormattedUID instead of -longDisplayName in the by-account log picker, since if the accounts have all the same display name, the list becomes useless.

diffs (12 lines):

diff -r 112679a09c46 -r 8d4bbcf725f2 Plugins/General Preferences/AILogByAccountWindowController.m
--- a/Plugins/General Preferences/AILogByAccountWindowController.m	Fri Jan 14 22:21:55 2011 -0500
+++ b/Plugins/General Preferences/AILogByAccountWindowController.m	Mon Jan 17 18:43:25 2011 -0500
@@ -48,7 +48,7 @@
 											   type:AIServiceIconLarge
 										  direction:AIIconNormal];
 	} else if([aTableColumn.identifier isEqualToString:@"accountName"]) {
-		return [[accounts objectAtIndex:rowIndex] longDisplayName];
+		return [[accounts objectAtIndex:rowIndex] explicitFormattedUID];
 	}
 	
 	return nil;




More information about the commits mailing list