videocollection/hgmyvideos/src/vcxhgmyvideoscollectionclient.cpp
branchRCL_3
changeset 45 baf439b22ddd
parent 23 8f0df5c82986
equal deleted inserted replaced
26:67eb01668b0e 45:baf439b22ddd
   193             iCollectionLevel = CollectionLevelL();
   193             iCollectionLevel = CollectionLevelL();
   194             }
   194             }
   195         if ( iCollectionLevel == KVcxMpxLevelVideos )
   195         if ( iCollectionLevel == KVcxMpxLevelVideos )
   196             {
   196             {
   197             iCollectionUtility->Collection().BackL();
   197             iCollectionUtility->Collection().BackL();
       
   198             iCollectionLevel = KErrNotFound;
   198             }
   199             }
   199         }
   200         }
   200     }
   201     }
   201 
   202 
   202 // -----------------------------------------------------------------------------
   203 // -----------------------------------------------------------------------------
   213         iCollectionLevel = CollectionLevelL();
   214         iCollectionLevel = CollectionLevelL();
   214         }
   215         }
   215     if ( iCollectionLevel == KVcxMpxLevelCategories )
   216     if ( iCollectionLevel == KVcxMpxLevelCategories )
   216         {    
   217         {    
   217         iCollectionUtility->Collection().OpenL( aIndex );
   218         iCollectionUtility->Collection().OpenL( aIndex );
       
   219         iCollectionLevel = KErrNotFound;
   218         }
   220         }
   219     else if ( iCollectionLevel == KVcxMpxLevelVideos )
   221     else if ( iCollectionLevel == KVcxMpxLevelVideos )
   220         {
   222         {
   221         // OpenL() will return a list if there has been any changes.
   223         // OpenL() will return a list if there has been any changes.
   222         // No reply if list is same as with previous OpenL().
   224         // No reply if list is same as with previous OpenL().