--- a/filemanager/App/src/CFileManagerFoldersView.cpp Wed Sep 15 11:58:56 2010 +0300
+++ b/filemanager/App/src/CFileManagerFoldersView.cpp Wed Oct 13 14:17:31 2010 +0300
@@ -260,13 +260,7 @@
TFileManagerDriveInfo& drvInfo( DriveInfo() );
if ( !( drvInfo.iState & TFileManagerDriveInfo::EDrivePresent ) )
{
- // Manually deactivate marking mode if folder path
- // does not exist.
- if ( iContainer->IsMarkingModeActivated() )
- {
- iContainer->SetMarkingMode( EFalse );
- }
- User::Leave( KErrPathNotFound );
+ User::Leave(KErrPathNotFound);
}
else
{