diff -r c54d95799c80 -r a1247965635c mpxplugins/viewplugins/views/pdplaybackview/src/mpxpdplaybackviewimp.cpp --- a/mpxplugins/viewplugins/views/pdplaybackview/src/mpxpdplaybackviewimp.cpp Wed Apr 14 15:54:18 2010 +0300 +++ b/mpxplugins/viewplugins/views/pdplaybackview/src/mpxpdplaybackviewimp.cpp Tue Apr 27 16:34:37 2010 +0300 @@ -277,7 +277,7 @@ MPX_DEBUG2( "CMPXPdPlaybackViewImp::DoHandlePlaybackMessageL - EStateChanged(%d)", type ); UpdateMiddleSoftKeyDisplayL(); - UpdateToolbar(); + UpdateToolbarL(); TMPXPlaybackState state = static_cast( type ); DoHandleStateChangedL( state, data ); @@ -313,7 +313,7 @@ { case EPbStateInitialising: { - UpdatePlaybackState( aState ); + UpdatePlaybackStateL( aState ); UpdateDownloadStateLabelL(); RequestMediaL(); break; @@ -730,7 +730,7 @@ // Put initializations here to take effect before toolbar is shown aToolbar->SetItemDimmed( EMPXPbvCmdPreviousListItem, ETrue, EFalse ); aToolbar->SetItemDimmed( EMPXPbvCmdNextListItem, ETrue, EFalse ); - UpdateToolbar(); + UpdateToolbarL(); aToolbar->UpdateBackground(); } } @@ -749,7 +749,7 @@ // Updates the middle toolbar button // --------------------------------------------------------------------------- // -void CMPXPdPlaybackViewImp::UpdateToolbar() +void CMPXPdPlaybackViewImp::UpdateToolbarL() { MPX_FUNC( "CMPXPdPlaybackViewImp::UpdateToolbar" );