photosgallery/controllers/fetcher/src/glxfetchercontainer.cpp
branchRCL_3
changeset 17 a60acebbbd9d
parent 15 191387a8b767
child 21 f9e827349359
equal deleted inserted replaced
15:191387a8b767 17:a60acebbbd9d
   242         CleanupStack::Pop(mask);
   242         CleanupStack::Pop(mask);
   243         CleanupStack::Pop(bitmap);
   243         CleanupStack::Pop(bitmap);
   244         }
   244         }
   245 
   245 
   246 	// Set the grid to use different layout for landscape mode in fetcher
   246 	// Set the grid to use different layout for landscape mode in fetcher
   247     //iHgGrid->SetToolbarVisibility(EFalse);
   247     iHgGrid->SetToolbarVisibility(EFalse);
   248     iHgGrid->SetSelectedIndex(iMediaList->FocusIndex());
   248     iHgGrid->SetSelectedIndex(iMediaList->FocusIndex());
   249     // Setting to MopParent to update background skin
   249     // Setting to MopParent to update background skin
   250     iHgGrid->SetMopParent(this);
   250     iHgGrid->SetMopParent(this);
   251     // Setting Selction observer for getting callback on key event change
   251     // Setting Selction observer for getting callback on key event change
   252     iHgGrid->SetSelectionObserver(*this);
   252     iHgGrid->SetSelectionObserver(*this);