diff -r 4e75731546eb -r 93d9f66bf50b application/src/PodcastSearchView.cpp --- a/application/src/PodcastSearchView.cpp Thu Feb 25 20:20:46 2010 +0000 +++ b/application/src/PodcastSearchView.cpp Thu Feb 25 21:08:38 2010 +0000 @@ -195,7 +195,7 @@ TBuf<512> descr; descr.Copy(fi->Description().Left(512)); - + PodcastUtils::RemoveAllFormatting(descr); iListboxFormatbuffer.Format(KSearchResultFormat(), iconIndex, &fi->Title(), &descr); iItemArray->AppendL(iListboxFormatbuffer); iListContainer->Listbox()->ItemDrawer()->SetPropertiesL(i, itemProps);