Changeset 5319 for WiredClient/trunk/WCChat.m
- Timestamp:
- 02/28/08 04:31:51 (9 months ago)
- Files:
-
- WiredClient/trunk/WCChat.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/WCChat.m
r4965 r5319 873 873 874 874 [[self connection] postNotificationName:WCChatUsersDidChange object:[self connection]]; 875 876 _receivedUserList = YES; 875 877 } 876 878 … … 880 882 WCUser *user; 881 883 884 if(!_receivedUserList) 885 return; 886 882 887 user = [WCUser userWithArguments:[[notification userInfo] objectForKey:WCArgumentsKey]]; 883 888
