--- a/mmappcomponents/audiofetcher/src/audiofetcherdialog.cpp Wed Mar 31 22:26:09 2010 +0300
+++ b/mmappcomponents/audiofetcher/src/audiofetcherdialog.cpp Wed Apr 14 16:28:17 2010 +0300
@@ -196,7 +196,7 @@
case EAknSoftkeySelect :
{
TInt index = CurrentItemListIndex();
- TBuf<128> fileName;
+ TFileName fileName;
iFileHandler->GetAttribute( index, CAudioFetcherFileHandler::EAttrFullName, fileName, 0 );
iSelectedFiles.AppendL( fileName );
@@ -928,7 +928,7 @@
TBool closeDialog = EFalse;
TInt index = CurrentItemListIndex();
- TBuf<128> fileName;
+ TFileName fileName;
iFileHandler->GetAttribute( index, CAudioFetcherFileHandler::EAttrFullName, fileName, 0 );
iSelectedFiles.AppendL( fileName );