videocollection/mpxmyvideoscollection/src/vcxmyvideosmdsdb.cpp
changeset 2 dec420019252
parent 0 96612d01cf9f
child 8 ce5ada96ab30
--- 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<CMdETextProperty*>(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