mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbhgplugin/src/mpxdbalbum.cpp
branchRCL_3
changeset 12 171e07ac910f
parent 11 943ff5625028
child 14 c54d95799c80
equal deleted inserted replaced
11:943ff5625028 12:171e07ac910f
   253             CleanupStack::PopAndDestroy(setStr);
   253             CleanupStack::PopAndDestroy(setStr);
   254 
   254 
   255             if (aItemChangedMessages)
   255             if (aItemChangedMessages)
   256                 {
   256                 {
   257                 // add the item changed message
   257                 // add the item changed message
   258                 MPXDbCommonUtil::AddItemChangedMessageL(*aItemChangedMessages, aId, EMPXItemModified,
   258                 MPXDbCommonUtil::AddItemAlbumChangedMessageL(*aItemChangedMessages, aId, EMPXItemModified,
   259                     iCategory, KDBPluginUid);
   259                     EMPXAlbum, KDBPluginUid, ETrue, 0 );  
   260                 }
   260                 }
   261             }
   261             }
   262 
   262 
   263         // decrement the number of songs for the category
   263         // decrement the number of songs for the category
   264         query = PreProcessStringLC(KQueryCategoryDecrementSongCount);
   264         query = PreProcessStringLC(KQueryCategoryDecrementSongCount);