diff -r 4e5b531d23cb -r f962425b9f8b voicerecorder/gsplugin/src/CVRGSPluginContainer.cpp --- a/voicerecorder/gsplugin/src/CVRGSPluginContainer.cpp Tue May 11 16:15:58 2010 +0300 +++ b/voicerecorder/gsplugin/src/CVRGSPluginContainer.cpp Tue May 25 12:45:15 2010 +0300 @@ -186,7 +186,8 @@ CleanupStack::Pop(); // settingItem id++; } - + if ( VRUtils::MultipleMassStorageAvailable() ) + { // Add memo store setting // Create the memo store item #ifndef RD_MULTIPLE_DRIVE @@ -215,11 +216,11 @@ CleanupStack::PopAndDestroy(); // itemTitle - // Add memo store item to the settings array - iSettingItemArray->AppendL( settingItem ); - CleanupStack::Pop(); // settingItem - id++; - + // Add memo store item to the settings array + iSettingItemArray->AppendL( settingItem ); + CleanupStack::Pop(); // settingItem + id++; + } }