photosgallery/viewframework/commandhandlers/commandhandlerbase/src/glxmedialistcommandhandler.cpp
branchRCL_3
changeset 30 a60acebbbd9d
parent 25 191387a8b767
child 35 420f6808bf21
--- a/photosgallery/viewframework/commandhandlers/commandhandlerbase/src/glxmedialistcommandhandler.cpp	Tue Apr 27 16:37:53 2010 +0300
+++ b/photosgallery/viewframework/commandhandlers/commandhandlerbase/src/glxmedialistcommandhandler.cpp	Tue May 11 16:13:40 2010 +0300
@@ -344,7 +344,7 @@
                 if( (!isDisabled )&&( info.iDisallowDRM ) )
                     {
                     // disable if DRM protected
-                    isDisabled = item.IsDrmProtected();
+		            item.GetDrmProtected(isDisabled);
                     }
                 // Check animated GIF if not yet disabled by previous rules
                 TInt frameCount(0);