videocollection/hgmyvideos/src/vcxhgmyvideoscategorylistimpl.cpp
branchRCL_3
changeset 16 67eb01668b0e
parent 15 8f0df5c82986
equal deleted inserted replaced
15:8f0df5c82986 16:67eb01668b0e
   192             TUid appUid;
   192             TUid appUid;
   193             TBuf<KMyVideosTitleUrlMaxLength> urlString( KNullDesC );
   193             TBuf<KMyVideosTitleUrlMaxLength> urlString( KNullDesC );
   194                         
   194                         
   195             iCategoryModel->HandleExtraItemSelectionL( categoryId, itemType, appUid, urlString );
   195             iCategoryModel->HandleExtraItemSelectionL( categoryId, itemType, appUid, urlString );
   196             
   196             
   197             if ( itemType == TVcxHgMyVideosCategoryItemTypeUid )
   197             // ExtraItem1 is Ovi Store
   198                 {
   198             if ( categoryId == KCategoryIdExtraItem1 )
   199                 iView.LaunchAppL( appUid );
   199                 {
       
   200                 iView.LaunchOviStoreL( appUid, urlString );
       
   201                 }
       
   202             else if ( itemType == TVcxHgMyVideosCategoryItemTypeUid )
       
   203                 {
       
   204                 iView.LaunchAppL( appUid, urlString );
   200                 }
   205                 }
   201             else if ( itemType == TVcxHgMyVideosCategoryItemTypeUrl )
   206             else if ( itemType == TVcxHgMyVideosCategoryItemTypeUrl )
   202                 {
   207                 {
   203                 iView.LaunchBrowserL( urlString );
   208                 iView.LaunchBrowserL( urlString );
   204                 }
   209                 }