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/Settings/SapphireCollectionSettings.m

    r739 r874  
    3737        moc = [context retain]; 
    3838        //Scan collections 
    39         [SapphireCollectionDirectory availableCollectionDirectoriesInContext:moc]; 
     39        [SapphireCollectionDirectory availableCollectionDirectoriesInContext:moc includeHiddenOverSkipped:NO]; 
    4040        collections = [[SapphireCollectionDirectory allCollectionsInContext:moc] retain]; 
    4141