commondrm/drmrightsmanagerui/src/DRMRightsMgrDetailsView.cpp
changeset 57 41137c634688
parent 23 493788a4a8a4
equal deleted inserted replaced
56:88330f36f634 57:41137c634688
   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         }