diff -r 15299bc55001 -r 1d0c87b42e2e filemanager/src/inc/fmutils_s60.cpp --- a/filemanager/src/inc/fmutils_s60.cpp Thu May 27 12:45:43 2010 +0300 +++ b/filemanager/src/inc/fmutils_s60.cpp Fri Jun 11 13:29:48 2010 +0300 @@ -571,14 +571,26 @@ QString FmUtils::fillPathWithSplash( const QString &filePath ) { - QString newFilePath( filePath ); + QString newFilePath = filePath ; if( filePath.isEmpty() ) { return newFilePath; } - - if( filePath.at( filePath.length()-1 ) != QChar( '/' ) ){ - newFilePath.append( QChar( '/' ) ); + + QString tempString; + for( int i=0; i KMaxPath ) { return false; } return true; - } +} bool FmUtils::checkFolderFileName( const QString& name ) { if( name.endsWith( QChar('.'), Qt::CaseInsensitive ) ) {