Changeset 3714
- Timestamp:
- 02/21/06 17:55:12 (3 years ago)
- Files:
-
- WiredClient/trunk/WCNews.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/WCNews.m
r3636 r3714 217 217 NSMutableAttributedString *post; 218 218 219 fields = [[notification userInfo] objectForKey:WCArgumentsKey]; 219 fields = [[notification userInfo] objectForKey:WCArgumentsKey]; 220 221 if([fields count] < 3) 222 return; 223 220 224 nick = [fields safeObjectAtIndex:0]; 221 225 date = [fields safeObjectAtIndex:1];
