mpxplugins/viewplugins/views/commonplaybackview/src/mpxcommonplaybackviewimp.cpp
changeset 4 beaa16f65879
parent 2 b70d77332e66
child 5 2a40e88564c8
--- 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 );