Changeset 24975
- Timestamp:
- 08/26/2008 08:48:35 PM (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/adium-1.3/Frameworks/Adium Framework/Source/AIListContact.m
r24665 r24975 229 229 withOwner:[self account] 230 230 priorityLevel:Low_Priority]; 231 231 AILogWithSignature(@"Display name array is now %@", displayNameArray); 232 232 //If this causes the object value to change, we need to request a manual update of the display name 233 233 if (oldDisplayName != [displayNameArray objectValue]) { branches/adium-1.3/Source/AIAliasSupportPlugin.m
r24329 r24975 207 207 208 208 //Apply the alias 209 AILogWithSignature(@"Adium alias %@ will be applied to %@", inAlias, inObject); 209 210 [[inObject displayArrayForKey:@"Display Name" create:(inAlias != nil)] setObject:inAlias withOwner:self priorityLevel:High_Priority]; 210 211