mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbhgplugin/src/mpxdbplugin.cpp
branchRCL_3
changeset 11 13afc0e517bd
parent 2 b70d77332e66
child 14 943ff5625028
equal deleted inserted replaced
5:2a40e88564c8 11:13afc0e517bd
  1289              // Add "Shuffle" item
  1289              // Add "Shuffle" item
  1290             if (aArray->Count() > 2)
  1290             if (aArray->Count() > 2)
  1291                 {
  1291                 {
  1292                 MPXDbCommonUtil::PrependMediaL(*aArray, *iShuffleAllText,
  1292                 MPXDbCommonUtil::PrependMediaL(*aArray, *iShuffleAllText,
  1293                         EMPXItem, EMPXCommand, 0, 0, 0, 1);
  1293                         EMPXItem, EMPXCommand, 0, 0, 0, 1);
  1294                 aArray->AtL(1)->SetTObjectValueL(KMPXMediaColDetailNumberOfItems,
  1294                 aArray->AtL(1)->SetTObjectValueL(KMPXMediaColDetailNumberOfItems, 0);
  1295                     iDbHandler->NumberOfItemsL(EMPXSong));
       
  1296 
  1295 
  1297 				TInt pPath(0);
  1296 				TInt pPath(0);
  1298                 CMPXMedia* pMedia = aArray->AtL(0);
  1297                 CMPXMedia* pMedia = aArray->AtL(0);
  1299 				if (pMedia->IsSupported(KMPXMediaGeneralValue))
  1298 				if (pMedia->IsSupported(KMPXMediaGeneralValue))
  1300 					{
  1299 					{