Changeset 711
- Timestamp:
- 12/08/08 21:10:53 (1 month ago)
- Files:
-
- trunk/SapphireFrappliance/SapphireBrowser.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/SapphireFrappliance/SapphireBrowser.m
r710 r711 224 224 /*Check to see if dir is empty*/ 225 225 if(fileCount + dirCount == 0) 226 [[self stack] p opController];226 [[self stack] performSelector:@selector(popController) withObject:nil afterDelay:0.01]; 227 227 else 228 228 /*Resume importing now that we are up again*/
