diff -r 81da3301b632 -r f85613f12947 mtpdataproviders/mtpfileandfolderdp/src/cmtpfiledpexclusionmgr.cpp --- a/mtpdataproviders/mtpfileandfolderdp/src/cmtpfiledpexclusionmgr.cpp Wed Jun 09 10:36:33 2010 +0300 +++ b/mtpdataproviders/mtpfileandfolderdp/src/cmtpfiledpexclusionmgr.cpp Mon Jun 21 16:36:59 2010 +0300 @@ -96,7 +96,7 @@ formatcode = playbackFormatExclusionList[index]; if(KErrNotFound == capFormatExclusionList.FindInOrder(formatcode)) { - capFormatExclusionList.InsertInOrder(formatcode); + capFormatExclusionList.InsertInOrderL(formatcode); } }