commondrm/drmrightsmanagerui/src/DRMRightsMgrDetailsView.cpp
branchRCL_3
changeset 66 99ea7534c5ab
parent 20 a20e54f39dd4
child 81 e9463401011b
equal deleted inserted replaced
55:ad2863178d17 66:99ea7534c5ab
   182         CDRMRightsMgrAppUi& appUi =
   182         CDRMRightsMgrAppUi& appUi =
   183                                 *static_cast<CDRMRightsMgrAppUi*>( AppUi() );
   183                                 *static_cast<CDRMRightsMgrAppUi*>( AppUi() );
   184 
   184 
   185     if ( aCommand == EAknSoftkeyOk )
   185     if ( aCommand == EAknSoftkeyOk )
   186         {
   186         {
   187             appUi.HandleCommandL( EEikCmdExit ); // Ok softkey was pressed
   187             appUi.HandleCommandL( EAknSoftkeyClose ); // Ok softkey was pressed
   188         }
   188         }
   189     else
   189     else
   190         {
   190         {
   191         appUi.HandleCommandL( aCommand );        // Any other case
   191         appUi.HandleCommandL( aCommand );        // Any other case
   192         }
   192         }