diff -r 5b3385a43d68 -r 34937ec34dac photosgallery/viewframework/dataprovider/src/glxmedialistmulmodelproviderimpl.cpp --- a/photosgallery/viewframework/dataprovider/src/glxmedialistmulmodelproviderimpl.cpp Wed Sep 01 12:33:26 2010 +0100 +++ b/photosgallery/viewframework/dataprovider/src/glxmedialistmulmodelproviderimpl.cpp Tue Sep 14 21:19:17 2010 +0300 @@ -135,7 +135,7 @@ { TRACER("CGlxMediaListMulModelProviderImpl::HandleBindingChanged"); SetDataT( aBinding, iMediaList.Item(iMediaList.FocusIndex()), - iMediaList.FocusIndex() ); + iMediaList.FocusIndex(), iMediaList); } @@ -285,7 +285,7 @@ { for(int i = aIndex; i < aIndex + aCount ; i++) { - SetDataT( *iBindingSet, iMediaList.Item(i), i ); + SetDataT( *iBindingSet, iMediaList.Item(i), i, iMediaList); } } else