By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1560
Collapse All | Expand All

(-)trinity-krusader-3.5.13.2/krusader/VFS/temp_vfs.cpp.ORI (-1 / +1 lines)
Lines 56-62 Link Here
56
}
56
}
57
57
58
temp_vfs::~temp_vfs(){
58
temp_vfs::~temp_vfs(){
59
	if( vfs_type == "-iso" ){
59
	if( vfs_type == TEMP ){
60
		// unmount the ISO image
60
		// unmount the ISO image
61
    KShellProcess umount;
61
    KShellProcess umount;
62
		umount << "umount -f" << tmpDir;
62
		umount << "umount -f" << tmpDir;

Return to bug 1560