diff -r ce1c7ad1f18b -r bcb43dc84c44 photosgallery/viewframework/uiutilities/src/glxattributeretriever.cpp --- a/photosgallery/viewframework/uiutilities/src/glxattributeretriever.cpp Mon Mar 15 12:40:30 2010 +0200 +++ b/photosgallery/viewframework/uiutilities/src/glxattributeretriever.cpp Wed Mar 31 21:31:03 2010 +0300 @@ -304,7 +304,7 @@ * or a CGlxSynchronousAttributeRetriever and the object 'retriever' is of * class MGlxBlockingAttributeRetriever */ - CleanupStack::PopAndDestroy(); + CleanupStack::PopAndDestroy(); // retriever return err; } @@ -489,7 +489,7 @@ // void CGlxAttributeRetriever::HandleError(TInt /* aError */) { - // An error has been reported. But is it ours? + // An error has been reported. But need to check if it is ours // If the request is not complete then the error is not ours iRequestCount = 0; TRAP_IGNORE(NotifyObserverIfCompleteL());