Changeset 1447

Show
Ignore:
Timestamp:
08/08/04 17:12:09 (4 years ago)
Author:
morris
Message:

wrong offsets for set topic

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredClient/trunk/WCAccountEditor.m

    r1435 r1447  
    1 /* $Id: WCAccountEditor.m,v 1.15 2004/08/06 19:54:21 morris Exp $ */ 
     1/* $Id: WCAccountEditor.m,v 1.16 2004/08/08 15:12:09 morris Exp $ */ 
    22 
    33/* 
     
    270270         
    271271        if([_connection protocol] >= 1.1) 
    272                 [_setTopicButton setState:[[fields objectAtIndex:23] intValue]]; 
     272                [_setTopicButton setState:[[fields objectAtIndex:25] intValue]]; 
    273273         
    274274        [_downloadButton setState:[[fields objectAtIndex:7] intValue]]; 
     
    348348 
    349349        if([_connection protocol] >= 1.1) 
    350                 [_setTopicButton setState:[[fields objectAtIndex:21] intValue]]; 
     350                [_setTopicButton setState:[[fields objectAtIndex:23] intValue]]; 
    351351 
    352352        [_downloadButton setState:[[fields objectAtIndex:5] intValue]];