mpxplugins/viewplugins/views/podcastview/src/mpxpodcastcollectionviewcontainer.cpp
branchRCL_3
changeset 15 a1247965635c
parent 0 ff3acec5bc43
child 21 cb96c29156b2
equal deleted inserted replaced
14:c54d95799c80 15:a1247965635c
   110         {
   110         {
   111         TInt index( iLbxArray->SetPlaybackStatusByIdL( aId, aStatus ) );
   111         TInt index( iLbxArray->SetPlaybackStatusByIdL( aId, aStatus ) );
   112         if ( index != KErrNotFound )
   112         if ( index != KErrNotFound )
   113             {
   113             {
   114             // Update the previous item as not playing anymore
   114             // Update the previous item as not playing anymore
   115             iCommonContainer->DrawLbxItem( index );
   115             iCommonContainer->DrawLbxItemL( index );
   116             }
   116             }
   117         index = iLbxArray->GetPlaybackIndex();
   117         index = iLbxArray->GetPlaybackIndex();
   118         if ( index != KErrNotFound )
   118         if ( index != KErrNotFound )
   119             {
   119             {
   120             // Update new item as playing
   120             // Update new item as playing
   121             iCommonContainer->DrawLbxItem( index );
   121             iCommonContainer->DrawLbxItemL( index );
   122             }
   122             }
   123         }
   123         }
   124     }
   124     }
   125 
   125 
   126 // ---------------------------------------------------------------------------
   126 // ---------------------------------------------------------------------------