photosgallery/viewframework/medialists/src/glxthumbnailcontext.cpp
branchRCL_3
changeset 18 bcb43dc84c44
parent 0 4e91876724a2
--- a/photosgallery/viewframework/medialists/src/glxthumbnailcontext.cpp	Mon Mar 15 12:40:30 2010 +0200
+++ b/photosgallery/viewframework/medialists/src/glxthumbnailcontext.cpp	Wed Mar 31 21:31:03 2010 +0300
@@ -159,7 +159,7 @@
     spec.iPossHeight = iResolutionUtility->PixelsToPoss( height );
     spec.iFocusOffset = aFocusOffset;
 
-    // Has this focus index has already been added?
+    // Checf if this focus index has already been added
     #ifdef _DEBUG
     TIdentityRelation<TAssignedFetchSpec> match (&TAssignedFetchSpec::Match);
     #endif
@@ -589,7 +589,7 @@
         const TDesC& uri = item.Uri();
         if ( uri.Length() && cat != EMPXNoCategory )
             {
-            valid = iDrmUtility->CheckOpenRightsL( uri, ( cat == EMPXImage ) );
+            valid = iDrmUtility->ItemRightsValidityCheckL( uri, ( cat == EMPXImage ) );
             CGlxMedia* properties = const_cast<CGlxMedia*>(item.Properties());
             if( valid )
                 {