diff -r 4e91876724a2 -r 9ba538e329bd photosgallery/viewframework/views/listview/src/glxlistviewimp.cpp --- a/photosgallery/viewframework/views/listview/src/glxlistviewimp.cpp Thu Dec 17 08:45:44 2009 +0200 +++ b/photosgallery/viewframework/views/listview/src/glxlistviewimp.cpp Thu Jan 07 12:46:23 2010 +0200 @@ -558,7 +558,7 @@ if(iMediaList == aList) { - for(TInt i = aStartIndex;i <= aEndIndex; i++ ) + for(TInt i = aEndIndex ;i >= aStartIndex; i-- ) { iList->RemoveItem(i); }