Changeset 1447
- Timestamp:
- 08/08/04 17:12:09 (4 years ago)
- Files:
-
- WiredClient/trunk/WCAccountEditor.m (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/WCAccountEditor.m
r1435 r1447 1 /* $Id: WCAccountEditor.m,v 1.1 5 2004/08/06 19:54:21morris Exp $ */1 /* $Id: WCAccountEditor.m,v 1.16 2004/08/08 15:12:09 morris Exp $ */ 2 2 3 3 /* … … 270 270 271 271 if([_connection protocol] >= 1.1) 272 [_setTopicButton setState:[[fields objectAtIndex:2 3] intValue]];272 [_setTopicButton setState:[[fields objectAtIndex:25] intValue]]; 273 273 274 274 [_downloadButton setState:[[fields objectAtIndex:7] intValue]]; … … 348 348 349 349 if([_connection protocol] >= 1.1) 350 [_setTopicButton setState:[[fields objectAtIndex:2 1] intValue]];350 [_setTopicButton setState:[[fields objectAtIndex:23] intValue]]; 351 351 352 352 [_downloadButton setState:[[fields objectAtIndex:5] intValue]];
