equal
deleted
inserted
replaced
184 // Add quality item to the settings array |
184 // Add quality item to the settings array |
185 iSettingItemArray->AppendL( settingItem ); |
185 iSettingItemArray->AppendL( settingItem ); |
186 CleanupStack::Pop(); // settingItem |
186 CleanupStack::Pop(); // settingItem |
187 id++; |
187 id++; |
188 } |
188 } |
189 |
189 if ( VRUtils::MultipleMassStorageAvailable() ) |
|
190 { |
190 // Add memo store setting |
191 // Add memo store setting |
191 // Create the memo store item |
192 // Create the memo store item |
192 #ifndef RD_MULTIPLE_DRIVE |
193 #ifndef RD_MULTIPLE_DRIVE |
193 settingItem = |
194 settingItem = |
194 new( ELeave ) CAknMemorySelectionSettingItem( 0, iMemoStore ); |
195 new( ELeave ) CAknMemorySelectionSettingItem( 0, iMemoStore ); |
213 settingItem->ConstructL( EFalse, id, *itemTitle, NULL, 0, EAknCtPopupSettingList ); |
214 settingItem->ConstructL( EFalse, id, *itemTitle, NULL, 0, EAknCtPopupSettingList ); |
214 #endif |
215 #endif |
215 |
216 |
216 CleanupStack::PopAndDestroy(); // itemTitle |
217 CleanupStack::PopAndDestroy(); // itemTitle |
217 |
218 |
218 // Add memo store item to the settings array |
219 // Add memo store item to the settings array |
219 iSettingItemArray->AppendL( settingItem ); |
220 iSettingItemArray->AppendL( settingItem ); |
220 CleanupStack::Pop(); // settingItem |
221 CleanupStack::Pop(); // settingItem |
221 id++; |
222 id++; |
222 |
223 } |
223 } |
224 } |
224 |
225 |
225 |
226 |
226 // --------------------------------------------------------------------------- |
227 // --------------------------------------------------------------------------- |
227 // CVRGSPluginContainer::CurrentFeatureId |
228 // CVRGSPluginContainer::CurrentFeatureId |