Changeset 711

Show
Ignore:
Timestamp:
12/08/08 21:10:53 (1 month ago)
Author:
gbooker
Message:

2.3 doesn't like to pop while it is still popping. So, delay the pop command for our pop cascade

Files:

Legend:

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

    r710 r711  
    224224        /*Check to see if dir is empty*/ 
    225225        if(fileCount + dirCount == 0) 
    226                 [[self stack] popController]; 
     226                [[self stack] performSelector:@selector(popController) withObject:nil afterDelay:0.01]; 
    227227        else 
    228228                /*Resume importing now that we are up again*/