mpxplugins/viewplugins/views/collectionview/src/mpxcollectionviewcontainer.cpp
branchRCL_3
changeset 15 a1247965635c
parent 0 ff3acec5bc43
equal deleted inserted replaced
14:c54d95799c80 15:a1247965635c
   118         {
   118         {
   119         TInt index( iLbxArray->SetPlaybackStatusByIdL( aId, aStatus, aIndex ) );
   119         TInt index( iLbxArray->SetPlaybackStatusByIdL( aId, aStatus, aIndex ) );
   120         if ( index != KErrNotFound )
   120         if ( index != KErrNotFound )
   121             {
   121             {
   122             // Update the previous item as not playing anymore
   122             // Update the previous item as not playing anymore
   123             iCommonContainer->DrawLbxItem( index );
   123             iCommonContainer->DrawLbxItemL( index );
   124             }
   124             }
   125         index = iLbxArray->GetPlaybackIndex();
   125         index = iLbxArray->GetPlaybackIndex();
   126         if ( index != KErrNotFound )
   126         if ( index != KErrNotFound )
   127             {
   127             {
   128             // Update new item as playing
   128             // Update new item as playing
   129             iCommonContainer->DrawLbxItem( index );
   129             iCommonContainer->DrawLbxItemL( index );
   130             }
   130             }
   131         }
   131         }
   132     }
   132     }
   133 
   133 
   134 // ---------------------------------------------------------------------------
   134 // ---------------------------------------------------------------------------