camerauis/cameraapp/generic/src/CamImageSaveActive.cpp
branchRCL_3
changeset 11 792dfc98fb3b
parent 7 dbec5787fa68
child 12 8c55c525d5d7
--- a/camerauis/cameraapp/generic/src/CamImageSaveActive.cpp	Fri Feb 19 22:36:31 2010 +0200
+++ b/camerauis/cameraapp/generic/src/CamImageSaveActive.cpp	Fri Mar 12 15:41:04 2010 +0200
@@ -449,16 +449,8 @@
 #ifdef RD_MDS_2_5   
         if ( iController.UiConfigManagerPtr() && iController.UiConfigManagerPtr()->IsLocationSupported() )
             {
-            TBool location ;
+            TBool location = iController.IntegerSettingValue( ECamSettingItemRecLocation );
 			//Never save location information in second camera
-			if(iController.ActiveCamera() == ECamActiveCameraSecondary)
-				  {
-				  location = EFalse;
-				  }
-			else
-				  {
-				  location = iController.IntegerSettingValue( ECamSettingItemRecLocation );
-				  }
             iHarvesterClient.HarvestFile( aFilename,
                                           harvestAlbumIds,
                                           location );