Changeset 25626
- Timestamp:
- 11/24/2008 10:28:46 PM (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Frameworks/Adium Framework/Source/AIContactObserverManager.m
r25625 r25626 282 282 283 283 if ([listObject isKindOfClass:[AIListContact class]]) { 284 AIListContact *contact = listObject;284 AIListContact *contact = (AIListContact *)listObject; 285 285 286 286 //If this contact is within a meta contact, update the meta contact too