Changeset 480
- Timestamp:
- 02/06/08 14:28:56 (1 year ago)
- Files:
-
- trunk/SapphireFrappliance/SapphireMovieImporter.m (modified) (1 diff)
- trunk/SapphireFrappliance/SapphireTVShowImporter.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/SapphireFrappliance/SapphireMovieImporter.m
r479 r480 656 656 id controller = [[dataMenu stack] peekController]; 657 657 /* Check to see if we are waiting on the user to select a show title */ 658 if( [controller isKindOfClass:[SapphireShowChooserclass]])658 if(![controller isKindOfClass:[SapphireImporterDataMenu class]]) 659 659 { 660 660 /* Another chooser is on the screen - delay further processing */ trunk/SapphireFrappliance/SapphireTVShowImporter.m
r461 r480 486 486 id controller = [[dataMenu stack] peekController]; 487 487 /* Check to see if we are waiting on the user to select a movie title */ 488 if( [controller isKindOfClass:[SapphireMovieChooserclass]])488 if(![controller isKindOfClass:[SapphireImporterDataMenu class]]) 489 489 { 490 490 /* Another chooser is on the screen - delay further processing */
