diff -r f7f0874bfe7d -r 6b87b143d312 photosgallery/viewframework/commandhandlers/commoncommandhandlers/src/glxcommandhandlernewmedia.cpp --- a/photosgallery/viewframework/commandhandlers/commoncommandhandlers/src/glxcommandhandlernewmedia.cpp Tue Feb 02 10:12:14 2010 +0200 +++ b/photosgallery/viewframework/commandhandlers/commoncommandhandlers/src/glxcommandhandlernewmedia.cpp Fri Feb 19 22:51:01 2010 +0200 @@ -302,7 +302,7 @@ // put to cleanupstack as cleanupstack is emptied before stack objects // are deleted CleanupClosePushL( contextRemover ); - User::LeaveIfError(GlxAttributeRetriever::RetrieveL(*attributeContext, *rootList, ETrue)); + User::LeaveIfError(GlxAttributeRetriever::RetrieveL(*attributeContext, *rootList, ETrue)); // context off the list CleanupStack::PopAndDestroy( &contextRemover ); @@ -341,7 +341,7 @@ // put to cleanupstack as cleanupstack is emptied before stack objects // are deleted CleanupClosePushL( contextRemover ); - User::LeaveIfError(GlxAttributeRetriever::RetrieveL(*attributeContext, aList, ETrue)); + User::LeaveIfError(GlxAttributeRetriever::RetrieveL(*attributeContext, aList, EFalse)); // context off the list CleanupStack::PopAndDestroy( &contextRemover ); CleanupStack::PopAndDestroy(attributeContext);