voicerecorder/gsplugin/src/CVRGSPluginContainer.cpp
branchRCL_3
changeset 18 f962425b9f8b
parent 17 4e5b531d23cb
child 23 2f5c9ee7098c
--- 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++;
+    	}
     }