diff -r 67eb01668b0e -r baf439b22ddd videocollection/hgmyvideos/src/vcxhgmyvideoscollectionclient.cpp --- 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 ) {