ui/uiengine/model/mediamodel/src/glxmediamodel.cpp
changeset 65 ccee5c4b0de4
parent 62 36d93b4dc635
child 69 45459746d5e8
--- 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();