videocollection/hgmyvideos/src/vcxhgmyvideosvideolistimpl.cpp
branchRCL_3
changeset 20 2d690156cf8f
parent 18 baf439b22ddd
equal deleted inserted replaced
18:baf439b22ddd 20:2d690156cf8f
   700         // Show play menuitem for non-touch
   700         // Show play menuitem for non-touch
   701         if ( ! iModel.TouchSupport() )
   701         if ( ! iModel.TouchSupport() )
   702             {
   702             {
   703             TBool showPlay = ( !videosMarked && ( highlight >= 0 ) && ( count > 0 ) );
   703             TBool showPlay = ( !videosMarked && ( highlight >= 0 ) && ( count > 0 ) );
   704             aMenuPane->SetItemDimmed( EVcxHgMyVideosCmdPlay, ! showPlay );
   704             aMenuPane->SetItemDimmed( EVcxHgMyVideosCmdPlay, ! showPlay );
       
   705             }
       
   706         else
       
   707             {
       
   708             if ( IsMarking() )
       
   709                 {
       
   710                 aMenuPane->SetItemDimmed( EVcxHgMyVideosCmdPlay, ETrue );
       
   711                 }
   705             }
   712             }
   706 
   713 
   707         if ( count > 0 )
   714         if ( count > 0 )
   708             {
   715             {
   709             // Video details.
   716             // Video details.