diff -r 1d7827e39b52 -r caea42e26caa mobilemessaging/audiomsg/src/audiomessageappui.cpp --- a/mobilemessaging/audiomsg/src/audiomessageappui.cpp Fri Feb 19 22:47:38 2010 +0200 +++ b/mobilemessaging/audiomsg/src/audiomessageappui.cpp Fri Mar 12 15:42:19 2010 +0200 @@ -484,8 +484,7 @@ *iView ); iLaunchOperation->Launch(); - ShowWaitNoteL( R_QTN_AUDIOMESSAGE_WAIT_OPENING_EDITOR ); - AMSLOGGER_WRITE( "CAudioMessageAppUi::LaunchViewL <<" ); + AMSLOGGER_WRITE( "CAudioMessageAppUi::LaunchViewL <<" ); } @@ -2116,7 +2115,7 @@ CleanupStack::Pop( iAbsorber ); } - if ( UnsupportedCallTypeOngoing() ) + if ( UnsupportedCallTypeOngoingL() ) { delete iAbsorber; iAbsorber = NULL; @@ -4315,7 +4314,7 @@ // UnsupportedCallTypeOngoing // ----------------------------------------------------------------------------- // -TBool CAudioMessageAppUi::UnsupportedCallTypeOngoing( ) +TBool CAudioMessageAppUi::UnsupportedCallTypeOngoingL( ) { TBool unsupported( EFalse ); TInt value( 0 );