filemanager/App/src/CFileManagerSettingListContainer.cpp
branchRCL_3
changeset 52 40fb776cbfb3
parent 42 f5c50b8af68c
equal deleted inserted replaced
45:6a0ceb387ac7 52:40fb776cbfb3
   263             }
   263             }
   264         }
   264         }
   265     return response;
   265     return response;
   266     }
   266     }
   267 
   267 
       
   268 // -----------------------------------------------------------------------------
       
   269 // CFileManagerSettingListContainer::HandleControlEventL
       
   270 //
       
   271 // -----------------------------------------------------------------------------
       
   272 //
       
   273 void CFileManagerSettingListContainer::HandleControlEventL(
       
   274         CCoeControl* aControl, TCoeEvent aEventType )
       
   275     {
       
   276     if ( iType == EListRestore &&
       
   277         aEventType == EEventStateChanged )
       
   278         {
       
   279         static_cast< CAknAppUi* >( ControlEnv()->AppUi() )->
       
   280             ProcessCommandL( EFileManagerCheckMark );
       
   281         }
       
   282 
       
   283     CFileManagerContainerBase::HandleControlEventL(
       
   284         aControl, aEventType );
       
   285     }
       
   286 
   268 //  End of File  
   287 //  End of File