diff -r 199e6e1e0b54 -r a91aa46552be ui/uiengine/model/mediamodel/src/glxmediamodel.cpp --- a/ui/uiengine/model/mediamodel/src/glxmediamodel.cpp Fri Sep 17 08:29:24 2010 +0300 +++ b/ui/uiengine/model/mediamodel/src/glxmediamodel.cpp Mon Oct 04 00:17:18 2010 +0300 @@ -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();