Changeset 1269

Show
Ignore:
Timestamp:
05/19/04 23:57:29 (5 years ago)
Author:
morris
Message:

moveFiles is now changeFiles

Files:

Legend:

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

    r1086 r1269  
    1 /* $Id: WCAccount.m,v 1.2 2004/03/27 21:36:15 morris Exp $ */ 
     1/* $Id: WCAccount.m,v 1.3 2004/05/19 21:57:29 morris Exp $ */ 
    22 
    33/* 
     
    174174 
    175175 
    176 - (BOOL)moveFiles { 
     176- (BOOL)changeFiles { 
    177177        return [[_privileges objectAtIndex:8] isEqualToString:@"1"]; 
    178178}