videocollection/hgmyvideos/src/vcxhgmyvideoscollectionclient.cpp
branchRCL_3
changeset 13 112a725ff2c2
parent 10 ce5ada96ab30
child 21 55fa1ec415c6
--- a/videocollection/hgmyvideos/src/vcxhgmyvideoscollectionclient.cpp	Mon Mar 15 12:40:47 2010 +0200
+++ b/videocollection/hgmyvideos/src/vcxhgmyvideoscollectionclient.cpp	Wed Mar 31 21:34:36 2010 +0300
@@ -1007,8 +1007,8 @@
 
         for ( TInt i = 0; i < messageArray->Count(); i++ )
             {
-            if ( messageArray->AtL( i )->ValueTObjectL<TInt32>( KVcxMediaMyVideosInt32Value )
-                 != KErrNone )
+            TInt err = messageArray->AtL( i )->ValueTObjectL<TInt32>( KVcxMediaMyVideosInt32Value );
+            if ( err != KErrNone && err != KErrAlreadyExists )
                 {
                 failedCount++;