Show
Ignore:
Timestamp:
08/03/09 08:59:45 (3 years ago)
Author:
gbooker
Message:

Added ability to fetch all the collections which are not skipped instead of all the collections which are not hidden. Importer and Leopard File Events use non-skipped collections instead of non-hidden ones.
Fixes #292

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/CoreData/SapphireFrappliance/Leopard/SapphireLeopardFileEvents.m

    r558 r874  
    4646         
    4747        moc = [context retain]; 
    48         NSArray *collections = [SapphireCollectionDirectory availableCollectionDirectoriesInContext:moc]; 
     48        NSArray *collections = [SapphireCollectionDirectory availableCollectionDirectoriesInContext:moc includeHiddenOverSkipped:YES]; 
    4949        NSArray *paths = [collections valueForKeyPath:@"directory.path"]; 
    5050        CFAbsoluteTime latency = 3.0; /*Allowed latency in seconds */