diff -r df6898e696c6 -r e918432ddd92 harvesterplugins/media/image/src/cpixmediaimagedoc.cpp --- a/harvesterplugins/media/image/src/cpixmediaimagedoc.cpp Mon Jul 26 12:45:04 2010 +0530 +++ b/harvesterplugins/media/image/src/cpixmediaimagedoc.cpp Mon Aug 09 12:23:41 2010 +0530 @@ -107,6 +107,12 @@ AddToFieldExcerptL(textProperty->Value()); } +#ifdef USE_HIGHLIGHTER + //Get the media file extension and store + TBuf extension; + GetExtension(aObject.Uri(),extension); + AddToFieldExcerptL(extension); +#endif //Get user comment field CMdEPropertyDef& commentPropDef = aObjectDef.GetPropertyDefL(MdeConstants::MediaObject::KCommentProperty ); if(aObject.Property( commentPropDef, property )!= KErrNotFound)