Changeset 480

Show
Ignore:
Timestamp:
02/06/08 14:28:56 (1 year ago)
Author:
gbooker
Message:

A better check for an existing chooser

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/SapphireFrappliance/SapphireMovieImporter.m

    r479 r480  
    656656        id controller = [[dataMenu stack] peekController]; 
    657657        /* Check to see if we are waiting on the user to select a show title */ 
    658         if([controller isKindOfClass:[SapphireShowChooser class]]) 
     658        if(![controller isKindOfClass:[SapphireImporterDataMenu class]]) 
    659659        { 
    660660                /* Another chooser is on the screen - delay further processing */ 
  • trunk/SapphireFrappliance/SapphireTVShowImporter.m

    r461 r480  
    486486        id controller = [[dataMenu stack] peekController]; 
    487487        /* Check to see if we are waiting on the user to select a movie title */ 
    488         if([controller isKindOfClass:[SapphireMovieChooser class]]) 
     488        if(![controller isKindOfClass:[SapphireImporterDataMenu class]]) 
    489489        { 
    490490                /* Another chooser is on the screen - delay further processing */