diff -r ce1c7ad1f18b -r bcb43dc84c44 photosgallery/viewframework/medialists/src/glxthumbnailcontext.cpp --- 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 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(item.Properties()); if( valid ) {