mpxplugins/viewplugins/views/podcastplaybackview/src/mpxpodcastplaybackviewimp.cpp
branchRCL_3
changeset 21 a1247965635c
parent 17 c8156a91d13c
--- a/mpxplugins/viewplugins/views/podcastplaybackview/src/mpxpodcastplaybackviewimp.cpp	Wed Apr 14 15:54:18 2010 +0300
+++ b/mpxplugins/viewplugins/views/podcastplaybackview/src/mpxpodcastplaybackviewimp.cpp	Tue Apr 27 16:34:37 2010 +0300
@@ -447,7 +447,7 @@
     if (aResourceId == R_MPX_PBV_TOUCH_TOOLBAR)
         {
         // Put initializations here to take effect before toolbar is shown
-        UpdateToolbar();
+        UpdateToolbarL();
         aToolbar->UpdateBackground();
        }
     }
@@ -501,7 +501,7 @@
             {
             case TMPXPlaybackMessage::EStateChanged:
                 UpdateMiddleSoftKeyDisplayL();
-                UpdateToolbar();
+                UpdateToolbarL();
                 break;
 
             default:
@@ -515,7 +515,7 @@
 // Updates the middle toolbar button
 // ---------------------------------------------------------------------------
 //
-void CMPXPodcastPlaybackViewImp::UpdateToolbar()
+void CMPXPodcastPlaybackViewImp::UpdateToolbarL()
     {
     MPX_FUNC("CMPXPodcastPlaybackViewImp::UpdateToolbar");