Changeset 24079
- Timestamp:
- 06/28/2008 12:46:23 AM (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/AdiumContactPropertiesObserverManager.m
r24011 r24079 162 162 [[adium contactController] sortListObject:inObject]; 163 163 } 164 165 //Post an attributes changed message 166 [[adium notificationCenter] postNotificationName:ListObject_AttributesChanged167 object:inObject168 userInfo:(inModifiedKeys ?169 [NSDictionary dictionaryWithObject:inModifiedKeys170 forKey:@"Keys"] :171 nil)];172 }164 } 165 166 //Post an attributes changed message 167 [[adium notificationCenter] postNotificationName:ListObject_AttributesChanged 168 object:inObject 169 userInfo:(inModifiedKeys ? 170 [NSDictionary dictionaryWithObject:inModifiedKeys 171 forKey:@"Keys"] : 172 nil)]; 173 173 } 174 174 … … 200 200 shouldSort = YES; 201 201 } 202 [[adium notificationCenter] postNotificationName:ListObject_AttributesChanged203 object:nil204 userInfo:(delayedModifiedAttributeKeys ?205 [NSDictionary dictionaryWithObject:delayedModifiedAttributeKeys206 forKey:@"Keys"] :207 nil)];208 202 [delayedModifiedAttributeKeys removeAllObjects]; 209 203 delayedAttributeChanges = 0;