mpxplugins/viewplugins/views/pdsbplaybackview/src/mpxpdsbplaybackviewimp.cpp
branchRCL_3
changeset 15 a1247965635c
parent 9 13afc0e517bd
--- a/mpxplugins/viewplugins/views/pdsbplaybackview/src/mpxpdsbplaybackviewimp.cpp	Wed Apr 14 15:54:18 2010 +0300
+++ b/mpxplugins/viewplugins/views/pdsbplaybackview/src/mpxpdsbplaybackviewimp.cpp	Tue Apr 27 16:34:37 2010 +0300
@@ -280,7 +280,7 @@
                 {
                 MPX_DEBUG2( "CMPXPdSbPlaybackViewImp::DoHandlePlaybackMessageL - EStateChanged(%d)", type );
 
-                UpdateToolbar();
+                UpdateToolbarL();
                 UpdateMiddleSoftKeyDisplayL();
                 TInt data( *aMessage.Value<TInt>( KMPXMessageGeneralData ) );
                 TMPXPlaybackState state =
@@ -353,7 +353,7 @@
         {
         case EPbStateInitialising:
             {
-            UpdatePlaybackState( aState );
+            UpdatePlaybackStateL( aState );
             UpdateDownloadStateLabelL();
             RequestMediaL();
             break;
@@ -854,7 +854,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();
         }
     }
@@ -873,7 +873,7 @@
 // Updates the middle toolbar button
 // ---------------------------------------------------------------------------
 //
-void CMPXPdSbPlaybackViewImp::UpdateToolbar()
+void CMPXPdSbPlaybackViewImp::UpdateToolbarL()
     {
     MPX_FUNC( "CMPXPdSbPlaybackViewImp::UpdateToolbar" );