Show
Ignore:
Timestamp:
10/18/07 01:34:47 (1 year ago)
Author:
timothy
Message:

Remove more 10.3 workarounds.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Models/JVChatTranscript.m

    r3345 r3766  
    616616                [self _incrementalWriteToLog:root continuation:( parent ? YES : NO )]; 
    617617 
    618                 if( _logFile && fsetxattr ) { 
     618                if( _logFile ) { 
    619619                        NSString *lastDateString = [[message date] description]; 
    620620                        fsetxattr( [_logFile fileDescriptor], "lastMessageDate", [lastDateString UTF8String], [lastDateString length], 0, 0 ); 
     
    11251125        [[NSFileManager defaultManager] changeFileAttributes:[NSDictionary dictionaryWithObjectsAndKeys:[NSNumber numberWithBool:YES], NSFileExtensionHidden, [NSNumber numberWithUnsignedLong:'coTr'], NSFileHFSTypeCode, [NSNumber numberWithUnsignedLong:'coRC'], NSFileHFSCreatorCode, nil] atPath:path]; 
    11261126 
    1127         if( _logFile && fsetxattr ) { 
     1127        if( _logFile ) { 
    11281128                NSString *beganDateString = [[self dateBegan] description]; 
    11291129                NSString *lastDateString = [[[self lastMessage] date] description];