Show
Ignore:
Timestamp:
08/22/07 14:33:02 (1 year ago)
Author:
morris
Message:

Do the file write immediately when we've gotten the data

Ask user to overwrite if file exists at path

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Footagehead/trunk/FHImageLoader.m

    r4868 r4871  
    9595        } 
    9696         
    97         [_notificationCenter mainThreadPostNotificationName:FHImageLoaderDidLoadFile object:file]; 
     97        [_notificationCenter mainThreadPostNotificationName:FHImageLoaderDidLoadFile object:file waitUntilDone:YES]; 
    9898} 
    9999