photosgallery/viewframework/commandhandlers/commandhandlerbase/src/glxmedialistcommandhandler.cpp
branchRCL_3
changeset 35 420f6808bf21
parent 30 a60acebbbd9d
equal deleted inserted replaced
32:78ad99c24f08 35:420f6808bf21
   689                 aCommandId != EAknCmdExit)
   689                 aCommandId != EAknCmdExit)
   690             {
   690             {
   691             return ETrue;
   691             return ETrue;
   692             }        
   692             }        
   693         }
   693         }
       
   694 		//Hide Slideshow with one or more items marked
       
   695     else if((!mlCount || selectionCount) && (aCommandId == EGlxCmdSlideshow))
       
   696     	{
       
   697 		return ETrue;
       
   698     	}
   694 		//If count is >0 and if its context menu item then enable them
   699 		//If count is >0 and if its context menu item then enable them
   695 		//always, Since all the items are static it would not affect
   700 		//always, Since all the items are static it would not affect
   696 		//the normal behaviour present earlier.
   701 		//the normal behaviour present earlier.
   697     else if(aIsContextItem)
   702     else if(aIsContextItem)
   698         {
   703         {