photosgallery/viewframework/commandhandlers/commandhandlerdrm/src/glxcommandhandlerdrm.cpp
--- a/photosgallery/viewframework/commandhandlers/commandhandlerdrm/src/glxcommandhandlerdrm.cpp Mon Mar 15 12:40:30 2010 +0200
+++ b/photosgallery/viewframework/commandhandlers/commandhandlerdrm/src/glxcommandhandlerdrm.cpp Wed Mar 31 21:31:03 2010 +0300
@@ -323,7 +323,7 @@
GLX_LOG_INFO("CGlxCommandHandlerDrm::ConsumeDRMRightsL check rights");
// check if rights have expired
- TBool expired = !iDrmUtility->CheckOpenRightsL(uri, (cat == EMPXImage));
+ TBool expired = !iDrmUtility->ItemRightsValidityCheckL(uri, (cat == EMPXImage));
if(expired)
{