diff -r 6711b85517b7 -r dec420019252 videocollection/mpxmyvideoscollection/src/vcxmyvideosmdsdb.cpp --- a/videocollection/mpxmyvideoscollection/src/vcxmyvideosmdsdb.cpp Tue Jan 26 12:00:59 2010 +0200 +++ b/videocollection/mpxmyvideoscollection/src/vcxmyvideosmdsdb.cpp Tue Feb 02 00:12:10 2010 +0200 @@ -740,19 +740,9 @@ // This is a fix for setting the title always if ( !property || static_cast(property)->Value().Length() == 0 ) { - TEntry entry; TParse parse; - - if ( iFs.Entry( aObject.Uri(), entry ) == KErrNone ) - { - parse.Set( entry.iName, NULL, NULL ); - } - else - { - parse.Set( aObject.Uri(), NULL, NULL ); - } - aVideo.SetTextValueL( KMPXMediaGeneralTitle, - parse.Name()); + parse.Set( aObject.Uri(), NULL, NULL ); + aVideo.SetTextValueL( KMPXMediaGeneralTitle, parse.Name() ); } //3. DESCRIPTION