diff -r 1abfa342db42 -r 367228f82b66 harvesterplugins/media/audio/src/cpixmediaaudiodoc.cpp --- a/harvesterplugins/media/audio/src/cpixmediaaudiodoc.cpp Tue Sep 28 11:50:55 2010 +0530 +++ b/harvesterplugins/media/audio/src/cpixmediaaudiodoc.cpp Tue Oct 05 13:32:14 2010 +0530 @@ -112,7 +112,7 @@ CDocumentField::EStoreYes | CDocumentField::EIndexTokenized | CDocumentField::EIndexFreeText); AddToFieldExcerptL(textProperty->Value());//Add artist to excerpt } -#ifdef USE_HIGHLIGHTER +//#ifdef USE_HIGHLIGHTER /*//Get the media file extension and store TBuf extension; GetExtension(aObject.Uri(),extension); @@ -128,7 +128,7 @@ index_item->AddHLDisplayFieldL(textProperty->Value()); } } -#endif +//#endif CMdEPropertyDef& albumPropDef = aObjectDef.GetPropertyDefL(MdeConstants::Audio::KAlbumProperty ); if(aObject.Property( albumPropDef, property )!= KErrNotFound) {