equal
deleted
inserted
replaced
113 else if( AknCFDUtility::DirectoriesOnly( iDialogType ) ) |
113 else if( AknCFDUtility::DirectoriesOnly( iDialogType ) ) |
114 { |
114 { |
115 layout = MAknMemorySelectionModel::ELayoutDoublePopup; |
115 layout = MAknMemorySelectionModel::ELayoutDoublePopup; |
116 } |
116 } |
117 |
117 |
|
118 // Create model of listbox listing the drives in iRootPathArray: |
118 iModel = CAknMemorySelectionModelMultiDrive::NewL( |
119 iModel = CAknMemorySelectionModelMultiDrive::NewL( |
119 iCoeEnv, &iRootPathArray, &iDefaultFolderArray, |
120 iCoeEnv, &iRootPathArray, &iDefaultFolderArray, |
120 iIncludedMedias, aShowUnavailableDrives, layout ); |
121 iIncludedMedias, aShowUnavailableDrives, layout ); |
121 |
122 |
122 // Create model of listbox listing the drives in iRootPathArray: |
|
123 GetSystemDrivesL( userDefinedId ); |
123 GetSystemDrivesL( userDefinedId ); |
124 |
124 |
125 iEventHandler = CAknMemorySelectionEventHandler::NewL( |
125 iEventHandler = CAknMemorySelectionEventHandler::NewL( |
126 iCoeEnv, iModel, NULL ); |
126 iCoeEnv, iModel, NULL ); |
127 |
127 |