videocollection/hgmyvideos/src/vcxhgmyvideoscollectionclient.cpp
branchRCL_3
changeset 18 baf439b22ddd
parent 15 8f0df5c82986
--- a/videocollection/hgmyvideos/src/vcxhgmyvideoscollectionclient.cpp	Wed Jun 09 09:44:23 2010 +0300
+++ b/videocollection/hgmyvideos/src/vcxhgmyvideoscollectionclient.cpp	Mon Jun 21 15:43:03 2010 +0300
@@ -195,6 +195,7 @@
         if ( iCollectionLevel == KVcxMpxLevelVideos )
             {
             iCollectionUtility->Collection().BackL();
+            iCollectionLevel = KErrNotFound;
             }
         }
     }
@@ -215,6 +216,7 @@
     if ( iCollectionLevel == KVcxMpxLevelCategories )
         {    
         iCollectionUtility->Collection().OpenL( aIndex );
+        iCollectionLevel = KErrNotFound;
         }
     else if ( iCollectionLevel == KVcxMpxLevelVideos )
         {