Changeset 3419
- Timestamp:
- 11/24/06 18:21:46 (2 years ago)
- Files:
-
- trunk/Chat Core/MVChatRoom.m (modified) (1 diff)
- trunk/Inspectors/JVChatUserInspector.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Chat Core/MVChatRoom.m
r3344 r3419 46 46 47 47 + (id) coerceChatRoom:(id) value toString:(Class) class { 48 return [ value name];48 return [(MVChatRoom *)value name]; 49 49 } 50 50 trunk/Inspectors/JVChatUserInspector.m
r3418 r3419 206 206 NSDate *current = [[NSDate dateWithTimeIntervalSinceNow:[[_user attributeForKey:MVChatUserLocalTimeDifferenceAttribute] doubleValue]] dateWithCalendarFormat:format timeZone:nil]; 207 207 [localTime setObjectValue:current]; 208 [localTime setToolTip: current];208 [localTime setToolTip:[current description]]; 209 209 } 210 210
