photosgallery/viewframework/dataprovider/src/glxdetailsmulmodelproviderimpl.cpp
branchRCL_3
changeset 64 34937ec34dac
parent 60 5b3385a43d68
--- a/photosgallery/viewframework/dataprovider/src/glxdetailsmulmodelproviderimpl.cpp	Wed Sep 01 12:33:26 2010 +0100
+++ b/photosgallery/viewframework/dataprovider/src/glxdetailsmulmodelproviderimpl.cpp	Tue Sep 14 21:19:17 2010 +0300
@@ -285,7 +285,7 @@
 		{
 		if( KErrNotFound != iMediaList.FocusIndex())
 			{
-			SetDataT( *iEntries[ i ], iMediaList.Item(iMediaList.FocusIndex()), i ) ;
+			SetDataT( *iEntries[ i ], iMediaList.Item(iMediaList.FocusIndex()), i, iMediaList);
 			}
 		}       
     }