commondrm/drmrightsmanagerui/src/DRMRightsMgrDetailsView.cpp
branchRCL_3
changeset 24 99ea7534c5ab
parent 13 a20e54f39dd4
equal deleted inserted replaced
22:ad2863178d17 24: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         }