commondrm/drmrightsmanagerui/src/DRMRightsMgrDetailsView.cpp
changeset 49 69d8e75812b7
parent 23 493788a4a8a4
equal deleted inserted replaced
48:c68061d56109 49:69d8e75812b7
   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         }