mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbhgplugin/src/mpxdbalbum.cpp
equal
deleted
inserted
replaced
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); |