camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamPhotoSettingsList.cpp
branchRCL_3
changeset 19 e32fcfe0045f
parent 17 8f559c47d7fd
equal deleted inserted replaced
17:8f559c47d7fd 19:e32fcfe0045f
   262 		                                         driveStatus );
   262 		                                         driveStatus );
   263 		        if( err == KErrNone )
   263 		        if( err == KErrNone )
   264 		            {
   264 		            {
   265                     if( ( driveStatus & DriveInfo::EDrivePresent) ==  DriveInfo::EDrivePresent )
   265                     if( ( driveStatus & DriveInfo::EDrivePresent) ==  DriveInfo::EDrivePresent )
   266                         {
   266                         {
   267                         includedMedias |= AknCommonDialogsDynMem::EMemoryTypeInternalMassStorage;
   267                         if( ( driveStatus & DriveInfo::EDriveRemovable ) != DriveInfo::EDriveRemovable )
   268                         driveCount++;
   268                             {
       
   269                             includedMedias |= AknCommonDialogsDynMem::EMemoryTypeInternalMassStorage;
       
   270                             driveCount++;
       
   271                             }
   269                         }
   272                         }
   270 		            }
   273 		            }
   271                 }
   274                 }
   272 		    
   275 		    
   273 		    err = DriveInfo::GetDefaultDrive( DriveInfo::EDefaultRemovableMassStorage, drive );
   276 		    err = DriveInfo::GetDefaultDrive( DriveInfo::EDefaultRemovableMassStorage, drive );