--- 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 );