uifw/AvKon/src/akndialog.cpp
branchRCL_3
changeset 16 71dd06cfe933
parent 0 2f259fa3e83a
child 18 0aa5fbdfbc30
equal deleted inserted replaced
15:08e69e956a8c 16:71dd06cfe933
    85 /**
    85 /**
    86  *
    86  *
    87  */
    87  */
    88 EXPORT_C CAknDialog::~CAknDialog() 
    88 EXPORT_C CAknDialog::~CAknDialog() 
    89 	{
    89 	{
    90     AknItemActionMenuRegister::SetConstructingMenuBarOwnerL( NULL );
    90     AknItemActionMenuRegister::RemoveConstructingMenuBarOwner( this );
    91 
    91 
    92     if ( iCoeEnv->AppUi() && iAttributes )
    92     if ( iCoeEnv->AppUi() && iAttributes )
    93 		if (iAttributes->iAknDialogFlags&EAknDialogFlagDefaultSounds) // return original sound stack
    93 		if (iAttributes->iAknDialogFlags&EAknDialogFlagDefaultSounds) // return original sound stack
    94 			{
    94 			{
    95 			iAvkonAppUiBase->KeySounds()->PopContext();
    95 			iAvkonAppUiBase->KeySounds()->PopContext();