mtpdataproviders/mtpfileandfolderdp/src/cmtpfiledpexclusionmgr.cpp
changeset 31 a26669f87b46
parent 0 d0791faffa3f
--- a/mtpdataproviders/mtpfileandfolderdp/src/cmtpfiledpexclusionmgr.cpp	Fri Jun 25 16:54:01 2010 +0800
+++ b/mtpdataproviders/mtpfileandfolderdp/src/cmtpfiledpexclusionmgr.cpp	Fri Jul 09 17:58:21 2010 +0800
@@ -96,7 +96,7 @@
                 formatcode = playbackFormatExclusionList[index];
                 if(KErrNotFound == capFormatExclusionList.FindInOrder(formatcode))
                     {
-                    capFormatExclusionList.InsertInOrder(formatcode);
+                    capFormatExclusionList.InsertInOrderL(formatcode);
                     }
                 }