Changeset 630

Show
Ignore:
Timestamp:
07/09/08 21:22:29 (6 months ago)
Author:
gbooker
Message:

Award winning should be sorted by most awards first instead of the least first

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireFileSorter.m

    r607 r630  
    340340                if(theirMovie != nil) 
    341341                { 
    342                         NSComparisonResult ret = [myMovie oscarsWonCompare:theirMovie]; 
     342                        NSComparisonResult ret = [theirMovie oscarsWonCompare:myMovie]; 
    343343                        if(ret == NSOrderedSame) 
    344344                                ret = [self movieCompare:other];