Changeset 1089

Show
Ignore:
Timestamp:
02/11/2010 08:31:29 AM (2 years ago)
Author:
gbooker
Message:

Corrected case where if a background importer completed and the resumed importers didn't background, the delegate was never informed of the result

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SapphireFrappliance/MetaDataImporting/SapphireMultipleImporter.m

    r1022 r1089  
    186186                [self importMetaData:state->file path:path]; 
    187187        } 
    188         else if(state->completedMask == (1 << [importers count]) - 1) 
     188        if(state->completedMask == (1 << [importers count]) - 1) 
    189189        {        
    190190                if(state->updated)