Changeset 22175
- Timestamp:
- 01/07/2008 06:28:55 AM (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Plugins/Purple Service/DCPurpleJabberJoinChatViewController.m
r22141 r22175 102 102 NSMutableDictionary *chatCreationInfo; 103 103 104 if (![handle length]) handle = [inAccount formattedUID]; 104 if (![handle length]) { 105 if (![[[textField_handle cell] placeholderString] length]) 106 handle = [inAccount formattedUID]; 107 else 108 handle = [[textField_handle cell] placeholderString]; 109 } 105 110 if (![password length]) password = nil; 106 111