photosgallery/viewframework/visuallistmanager/src/glxvisuallistwindow.cpp
branchRCL_3
changeset 47 f9e827349359
parent 18 bcb43dc84c44
child 57 ea65f74e6de4
equal deleted inserted replaced
35:420f6808bf21 47:f9e827349359
   204 // -----------------------------------------------------------------------------
   204 // -----------------------------------------------------------------------------
   205 void CGlxVisualListWindow::SetFocusIndexL( TInt aFocusIndex )
   205 void CGlxVisualListWindow::SetFocusIndexL( TInt aFocusIndex )
   206 	{
   206 	{
   207 	TRACER("CGlxVisualListWindow::SetFocusIndexL");
   207 	TRACER("CGlxVisualListWindow::SetFocusIndexL");
   208     GLX_LOG_INFO1("CGlxVisualListWindow::SetFocusIndexL %d",aFocusIndex);
   208     GLX_LOG_INFO1("CGlxVisualListWindow::SetFocusIndexL %d",aFocusIndex);
   209 	CGlxListWindow::SetFocusIndex( aFocusIndex );
   209 	CGlxListWindow::SetFocusIndexL( aFocusIndex );
   210 	
   210 	
   211 	UpdatePositions();
   211 	UpdatePositions();
   212 
   212 
   213 	}
   213 	}
   214 
   214