diff -r 3f752ecfeea4 -r beaa16f65879 mpxplugins/viewplugins/views/commonplaybackview/src/mpxcommonplaybackviewimp.cpp --- a/mpxplugins/viewplugins/views/commonplaybackview/src/mpxcommonplaybackviewimp.cpp Fri Jan 22 09:43:47 2010 +0200 +++ b/mpxplugins/viewplugins/views/commonplaybackview/src/mpxcommonplaybackviewimp.cpp Tue Jan 26 11:56:33 2010 +0200 @@ -2720,7 +2720,7 @@ } // to stop seek when music player goes to background. - if ( !aForeground && iIsffButtonPressed ) + if ( iContainer && !aForeground && iIsffButtonPressed ) { iIsffButtonPressed = EFalse; iContainer->RestoreButtons( iPlaybackState );