adium 3623:9e75b9179568: Use -explicitedFormattedUID instead of ...

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


details:	http://hg.adium.im/adium/rev/9e75b9179568
revision:	3623:9e75b9179568
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.
(transplanted from 8d4bbcf725f2de6205dd87cb126bbb4c546d9a45)

diffs (12 lines):

diff -r a7a23abf9035 -r 9e75b9179568 Plugins/General Preferences/AILogByAccountWindowController.m
--- a/Plugins/General Preferences/AILogByAccountWindowController.m	Mon Jan 17 00:58:52 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