diff -r 60cc495d7bcf -r ccee5c4b0de4 ui/uiengine/model/mediamodel/src/glxmediamodel.cpp --- a/ui/uiengine/model/mediamodel/src/glxmediamodel.cpp Tue Sep 07 13:12:03 2010 +0530 +++ b/ui/uiengine/model/mediamodel/src/glxmediamodel.cpp Mon Sep 20 12:39:08 2010 +0530 @@ -45,7 +45,7 @@ thumbnailPopulatedFlag = modelParm.collection() == KGlxCollectionPluginAllImplementationUid ? false : true; mPaintPage = modelParm.collection() == KGlxCollectionPluginAllImplementationUid ? true : false; - mMLWrapper = new GlxMLWrapper(modelParm.collection(),0,EGlxFilterImage); + mMLWrapper = new GlxMLWrapper(modelParm.collection(),0,modelParm.filterType(),NULL,modelParm.fetcherFiterType()); mMLWrapper->setContextMode( modelParm.contextMode() ); mContextMode = modelParm.contextMode( ) ; mDRMUtilityWrapper = new GlxDRMUtilityWrapper();