videocollection/hgmyvideos/src/vcxhgmyvideosvideolistimpl.cpp
branchRCL_3
changeset 20 2d690156cf8f
parent 18 baf439b22ddd
--- 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 )
             {