photosgallery/viewframework/dataprovider/src/glxcontainerlistbinding.cpp
branchRCL_3
changeset 13 bcb43dc84c44
parent 0 4e91876724a2
child 23 b023a8d2866a
equal deleted inserted replaced
12:ce1c7ad1f18b 13:bcb43dc84c44
   244 // ----------------------------------------------------------------------------
   244 // ----------------------------------------------------------------------------
   245 //  
   245 //  
   246 CGlxBinding::TResponse CGlxContainerListBinding::HandleFocusChanged( 
   246 CGlxBinding::TResponse CGlxContainerListBinding::HandleFocusChanged( 
   247         TBool /*aIsGained*/ )
   247         TBool /*aIsGained*/ )
   248     {
   248     {
   249     //@todo - Need further implementation
       
   250     //return aIsGained ? EUpdateRequested : ENoUpdateNeeded ;
       
   251     //need to remove once bug ESPK-7G6GJX is fixed
   249     //need to remove once bug ESPK-7G6GJX is fixed
   252     return ENoUpdateNeeded ;
   250     return ENoUpdateNeeded ;
   253     }
   251     }
   254     
   252     
   255 // ---------------------------------------------------------------------------
   253 // ---------------------------------------------------------------------------