photosgallery/viewframework/commandhandlers/commandhandlerbase/src/glxmedialistcommandhandler.cpp
branchRCL_3
changeset 17 a60acebbbd9d
parent 15 191387a8b767
child 19 420f6808bf21
equal deleted inserted replaced
15:191387a8b767 17:a60acebbbd9d
   342                     }
   342                     }
   343                 // Check DRM if not yet disabled by previous rules
   343                 // Check DRM if not yet disabled by previous rules
   344                 if( (!isDisabled )&&( info.iDisallowDRM ) )
   344                 if( (!isDisabled )&&( info.iDisallowDRM ) )
   345                     {
   345                     {
   346                     // disable if DRM protected
   346                     // disable if DRM protected
   347                     isDisabled = item.IsDrmProtected();
   347 		            item.GetDrmProtected(isDisabled);
   348                     }
   348                     }
   349                 // Check animated GIF if not yet disabled by previous rules
   349                 // Check animated GIF if not yet disabled by previous rules
   350                 TInt frameCount(0);
   350                 TInt frameCount(0);
   351                 if( ( !isDisabled )&&( info.iDisallowAnimatedGIFs )&&
   351                 if( ( !isDisabled )&&( info.iDisallowAnimatedGIFs )&&
   352                     ( item.GetFrameCount(frameCount) ) )
   352                     ( item.GetFrameCount(frameCount) ) )