Changeset 23990
- Timestamp:
- 06/15/2008 12:50:22 PM (6 months ago)
- Files:
-
- trunk/Source/AIContactStatusEventsPlugin.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/AIContactStatusEventsPlugin.m
r23978 r23990 401 401 if ((newStatus && !oldStatus) || 402 402 (oldStatus && !newStatus) || 403 ((performCompare && newStatus && oldStatus && ![newStatus performSelector:@selector(compare:) withObject:oldStatus] == NSOrderedSame))) {403 ((performCompare && newStatus && oldStatus && [newStatus performSelector:@selector(compare:) withObject:oldStatus] != NSOrderedSame))) { 404 404 405 405 if (newStatus) {