diff -r de7c4a48dcb4 -r ba22309243a1 radioengine/engine/src/cradioengineimp.cpp --- a/radioengine/engine/src/cradioengineimp.cpp Tue Jun 29 15:09:03 2010 +0300 +++ b/radioengine/engine/src/cradioengineimp.cpp Thu Jul 08 12:44:18 2010 +0300 @@ -1412,12 +1412,14 @@ void CRadioEngineImp::MrpoMuteChange( TBool aMute ) { LEVEL3( LOG_METHOD_AUTO ); - TBool muted = iSettings->EngineSettings().IsVolMuted(); - if ( !aMute != !muted ) - { - iSettings->RadioSetter().SetVolMuted( aMute ); - NotifyRadioEvent( ERadioEventMute ); - } + LOG_FORMAT( "CRadioEngineImp::MrpoMuteChange muted: %d", aMute ); + +// TBool muted = iSettings->EngineSettings().IsVolMuted(); +// if ( !aMute != !muted ) +// { +// iSettings->RadioSetter().SetVolMuted( aMute ); +// NotifyRadioEvent( ERadioEventMute ); +// } } // ---------------------------------------------------------------------------