Changeset 609

Show
Ignore:
Timestamp:
07/01/08 19:24:48 (6 months ago)
Author:
gbooker
Message:

When sorter is in place, still sort the directories the normal way (until such a time a better mechanism is in place)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/CoreData/SapphireFrappliance/MetaData/SapphireMObjects/SapphireCategoryDirectory.m

    r599 r609  
    141141        { 
    142142                NSString *dirNameKey = [self dirNameValue]; 
    143                 if(sortValue == 0) 
    144                         [self defaultDirectorySort:dirs]; 
     143                [self defaultDirectorySort:dirs]; 
    145144                 
    146145                NSEnumerator *dirEnum = [dirs objectEnumerator];