diff -r 8f559c47d7fd -r e32fcfe0045f camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamVideoSettingsList.cpp --- a/camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamVideoSettingsList.cpp Wed Jun 09 09:21:41 2010 +0300 +++ b/camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamVideoSettingsList.cpp Mon Jun 21 15:19:37 2010 +0300 @@ -263,8 +263,11 @@ { if( ( driveStatus & DriveInfo::EDrivePresent) == DriveInfo::EDrivePresent ) { - includedMedias |= AknCommonDialogsDynMem::EMemoryTypeInternalMassStorage; - driveCount++; + if( ( driveStatus & DriveInfo::EDriveRemovable ) != DriveInfo::EDriveRemovable ) + { + includedMedias |= AknCommonDialogsDynMem::EMemoryTypeInternalMassStorage; + driveCount++; + } } } }