photosgallery/viewframework/dataprovider/src/glxdetailsmulmodelproviderimpl.cpp
branchRCL_3
changeset 64 34937ec34dac
parent 60 5b3385a43d68
equal deleted inserted replaced
60:5b3385a43d68 64:34937ec34dac
   283     TRACER("CGlxDetailsMulModelProviderImpl::ProvideData");
   283     TRACER("CGlxDetailsMulModelProviderImpl::ProvideData");
   284 	for( int i = aIndex;i < aIndex + aCount ; i++)
   284 	for( int i = aIndex;i < aIndex + aCount ; i++)
   285 		{
   285 		{
   286 		if( KErrNotFound != iMediaList.FocusIndex())
   286 		if( KErrNotFound != iMediaList.FocusIndex())
   287 			{
   287 			{
   288 			SetDataT( *iEntries[ i ], iMediaList.Item(iMediaList.FocusIndex()), i ) ;
   288 			SetDataT( *iEntries[ i ], iMediaList.Item(iMediaList.FocusIndex()), i, iMediaList);
   289 			}
   289 			}
   290 		}       
   290 		}       
   291     }       
   291     }       
   292         
   292         
   293 // ----------------------------------------------------------------------------
   293 // ----------------------------------------------------------------------------