Frameworks/Adium Framework/Source/AIChat.m
changeset 2929 5616a54b1173
parent 2777 a55a449072d4
child 2936 366008549f0c
     1.1 --- a/Frameworks/Adium Framework/Source/AIChat.m	Tue Oct 27 13:19:00 2009 -0400
     1.2 +++ b/Frameworks/Adium Framework/Source/AIChat.m	Sat Nov 21 20:07:58 2009 -0600
     1.3 @@ -279,8 +279,9 @@
     1.4  - (void)setDisplayName:(NSString *)inDisplayName
     1.5  {
     1.6  	[[self displayArrayForKey:@"Display Name"] setObject:inDisplayName
     1.7 -											   withOwner:self];
     1.8 -	
     1.9 +											   withOwner:self
    1.10 +										   priorityLevel:Highest_Priority];
    1.11 +
    1.12  	//The display array doesn't cause an attribute update; fake it.
    1.13  	[adium.chatController chatStatusChanged:self
    1.14  						 modifiedStatusKeys:[NSSet setWithObject:@"Display Name"]