Changeset 446

Show
Ignore:
Timestamp:
01/04/08 16:39:27 (1 year ago)
Author:
gbooker
Message:

This should be an array, not a dict

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/SapphireMetaData.m

    r445 r446  
    457457        if(collectionDirs == nil) 
    458458        { 
    459                 collectionDirs = [[NSMutableDictionary alloc] init]; 
     459                collectionDirs = [[NSMutableArray alloc] init]; 
    460460                [collectionOptions setObject:collectionDirs forKey:META_COLLECTION_DIRS]; 
    461461        }