diff -r baf439b22ddd -r 2d690156cf8f videocollection/hgmyvideos/src/vcxhgmyvideosvideolistimpl.cpp --- a/videocollection/hgmyvideos/src/vcxhgmyvideosvideolistimpl.cpp Mon Jun 21 15:43:03 2010 +0300 +++ b/videocollection/hgmyvideos/src/vcxhgmyvideosvideolistimpl.cpp Thu Jul 15 18:41:27 2010 +0300 @@ -703,6 +703,13 @@ TBool showPlay = ( !videosMarked && ( highlight >= 0 ) && ( count > 0 ) ); aMenuPane->SetItemDimmed( EVcxHgMyVideosCmdPlay, ! showPlay ); } + else + { + if ( IsMarking() ) + { + aMenuPane->SetItemDimmed( EVcxHgMyVideosCmdPlay, ETrue ); + } + } if ( count > 0 ) {