X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FEmSearchPresentationModel.cpp;h=8d19c57ddc03dcc3e624f9f29153cac50fe85222;hb=f83cf9b1096ae5324e390a8fefa61e484e8c57a8;hp=0e75456a89e2a25dfac6fdbb090eb2d7f27a34db;hpb=d9a770efe5b6f242c91d4585ac82257cb842e16e;p=apps%2Fnative%2Fpreloaded%2FEmail.git diff --git a/src/EmSearchPresentationModel.cpp b/src/EmSearchPresentationModel.cpp index 0e75456..8d19c57 100755 --- a/src/EmSearchPresentationModel.cpp +++ b/src/EmSearchPresentationModel.cpp @@ -1185,7 +1185,7 @@ EnrichedTextCustomListElement::OnDraw(Tizen::Graphics::Canvas& canvas, const Tiz else { first = new (std::nothrow) TextElement(); - first->Construct(__pMail->GetPreviewBodyText()); + first->Construct(originalMessageText); first->SetFont(font); if (itemStatus == LIST_ITEM_DRAWING_STATUS_NORMAL) @@ -1204,7 +1204,7 @@ EnrichedTextCustomListElement::OnDraw(Tizen::Graphics::Canvas& canvas, const Tiz { TextElement* first = null; first = new (std::nothrow) TextElement(); - first->Construct(__pMail->GetPreviewBodyText()); + first->Construct(originalMessageText); first->SetFont(font); if (itemStatus == LIST_ITEM_DRAWING_STATUS_NORMAL)