diff -r 883e91c086aa -r 48c22c726cf9 mtpfws/mtpfw/dataproviders/devdp/src/cmtpgetdeviceinfo.cpp --- a/mtpfws/mtpfw/dataproviders/devdp/src/cmtpgetdeviceinfo.cpp Tue Jul 06 15:13:34 2010 +0300 +++ b/mtpfws/mtpfw/dataproviders/devdp/src/cmtpgetdeviceinfo.cpp Wed Aug 18 10:38:51 2010 +0300 @@ -318,7 +318,7 @@ { supportedCaptureFormats.Remove(index); //insert at insertindex position to make sure that value inserted at begening. - supportedCaptureFormats.Insert(orderedFormats[orderedElements], insertIndex); + supportedCaptureFormats.InsertL(orderedFormats[orderedElements], insertIndex); insertIndex++; }//else nothing } @@ -381,7 +381,7 @@ { supportedPlaybackFormats.Remove(index); //insert at insertindex position to make sure that value inserted at begening. - supportedPlaybackFormats.Insert(orderedFormats[orderedElements], insertIndex); + supportedPlaybackFormats.InsertL(orderedFormats[orderedElements], insertIndex); insertIndex++; }//else nothing }