application/src/PodcastSearchView.cpp
changeset 15 93d9f66bf50b
parent 14 4e75731546eb
child 24 ca50ea154990
--- 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);