adium/adium

d651cb42808c
Parents 9d132aca3fb4
Children 8a3574f29967
Use the proper type for the icon lookup.
--- a/Source/AINewMessagePromptController.m Sun Jun 02 11:38:54 2013 -0400
+++ b/Source/AINewMessagePromptController.m Sun Jun 02 11:44:56 2013 -0400
@@ -239,7 +239,7 @@
NSTextAttachment *attachment;
NSTextAttachmentCell *cell;
NSImage *serviceIcon = [[AIServiceIcons serviceIconForObject:account
- type:AIStatusIconTab
+ type:AIServiceIconSmall
direction:AIIconNormal] imageByScalingToSize:NSMakeSize(11, 11)];
cell = [[NSTextAttachmentCell alloc] init];