diff -r d881023c13eb -r cbb1bfb7ebfb mmappcomponents/audiofetcher/src/audiofetcherdialog.cpp --- a/mmappcomponents/audiofetcher/src/audiofetcherdialog.cpp Mon May 03 12:58:40 2010 +0300 +++ b/mmappcomponents/audiofetcher/src/audiofetcherdialog.cpp Fri May 14 16:21:14 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 );