mtpdataproviders/mtpfileandfolderdp/src/cmtpfiledpexclusionmgr.cpp
branchRCL_3
changeset 15 f85613f12947
parent 0 d0791faffa3f
--- 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);
                     }
                 }