diff -r 81da3301b632 -r f85613f12947 mtpfws/mtpfw/dataproviders/devdp/src/cmtpgetobjecthandles.cpp --- a/mtpfws/mtpfw/dataproviders/devdp/src/cmtpgetobjecthandles.cpp Wed Jun 09 10:36:33 2010 +0300 +++ b/mtpfws/mtpfw/dataproviders/devdp/src/cmtpgetobjecthandles.cpp Mon Jun 21 16:36:59 2010 +0300 @@ -185,7 +185,7 @@ if ( index != KErrNotFound ) { handles.Remove(index); - handles.Insert(handle,0); + handles.InsertL(handle,0); } } delete StorageSuid;