diff -r 420f6808bf21 -r f9e827349359 photosgallery/controllers/fetcher/src/glxfetchercontainer.cpp --- a/photosgallery/controllers/fetcher/src/glxfetchercontainer.cpp Wed Jun 09 09:41:51 2010 +0300 +++ b/photosgallery/controllers/fetcher/src/glxfetchercontainer.cpp Mon Jun 21 15:40:32 2010 +0300 @@ -245,7 +245,6 @@ // Set the grid to use different layout for landscape mode in fetcher iHgGrid->SetToolbarVisibility(EFalse); - iHgGrid->SetSelectedIndex(iMediaList->FocusIndex()); // Setting to MopParent to update background skin iHgGrid->SetMopParent(this); // Setting Selction observer for getting callback on key event change @@ -462,7 +461,9 @@ // void CGlxFetcherContainer::HandleOpenL( TInt aIndex ) { - TRACER("CGlxGridViewImp::HandleOpen()"); + TRACER("CGlxFetcherContainer::HandleOpenL()"); + GLX_LOG_INFO1("CGlxFetcherContainer::HandleOpenL(%d)", aIndex); + // Make sure that the Selection Index is inside medialist count if (aIndex Count() && aIndex >=0) {