ui/uiengine/model/mediamodel/src/glxmediamodel.cpp
changeset 70 a91aa46552be
parent 67 199e6e1e0b54
--- 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();