filemanager/App/src/CFileManagerSettingListContainer.cpp
branchRCL_3
changeset 42 f5c50b8af68c
parent 39 65326cf895ed
child 52 40fb776cbfb3
equal deleted inserted replaced
39:65326cf895ed 42:f5c50b8af68c
   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 
       
   287 //  End of File  
   268 //  End of File