photosgallery/viewframework/dataprovider/src/glxdetailsmulmodelproviderimpl.cpp
branchRCL_3
changeset 13 bcb43dc84c44
parent 0 4e91876724a2
child 21 f9e827349359
equal deleted inserted replaced
12:ce1c7ad1f18b 13:bcb43dc84c44
   238 	    {
   238 	    {
   239         if ( CGlxBinding::EUpdateRequested == 
   239         if ( CGlxBinding::EUpdateRequested == 
   240             iEntries[ aPreviousFocus ]->HandleFocusChanged( EFalse ) )
   240             iEntries[ aPreviousFocus ]->HandleFocusChanged( EFalse ) )
   241             {
   241             {
   242             UpdateItems( aPreviousFocus, 1 );
   242             UpdateItems( aPreviousFocus, 1 );
   243             //UpdateItemL( *iEntries[ aPreviousFocus ], media, aPreviousFocus );
       
   244             }
   243             }
   245         }
   244         }
   246     
   245     
   247     if ( aNewFocus != -1 )
   246     if ( aNewFocus != -1 )
   248         {
   247         {
   249         if ( CGlxBinding::EUpdateRequested == 
   248         if ( CGlxBinding::EUpdateRequested == 
   250             iEntries[ aNewFocus ]->HandleFocusChanged( ETrue ) )
   249             iEntries[ aNewFocus ]->HandleFocusChanged( ETrue ) )
   251             {
   250             {
   252             UpdateItems( aNewFocus, 1 );
   251             UpdateItems( aNewFocus, 1 );
   253             //UpdateItemL( *iEntries[ aNewFocus ], media, aNewFocus );
       
   254             }
   252             }
   255         }
   253         }
   256 	}
   254 	}
   257 
   255 
   258 // ----------------------------------------------------------------------------
   256 // ----------------------------------------------------------------------------