--- a/application/src/PodcastShowsView.cpp Sun Oct 31 10:35:57 2010 +0000
+++ b/application/src/PodcastShowsView.cpp Sun Oct 31 12:16:04 2010 +0000
@@ -37,7 +37,7 @@
_LIT(KSizeDownloadingOf, "%.1f/%.1f MB");
_LIT(KShowsSizeFormatS60, "%.1f MB");
-_LIT(KShowFormat, "%d\t%S\t%S%S\t");
+_LIT(KShowFormat, "%d\t%S\t%S%S");
// these must correspond with TShowsIconIndex
@@ -478,6 +478,8 @@
{
iItemArray->InsertL(aIndex, iListboxFormatbuffer);
}
+
+ iListContainer->SetTextArray(iItemArray);
}
void CPodcastShowsView::UpdateShowItemL(TUint aUid, TInt aSizeDownloaded)
@@ -559,6 +561,7 @@
itemProps.SetDimmed(ETrue);
itemProps.SetHiddenSelection(ETrue);
}
+ iListContainer->SetTextArray(iItemArray);
iListContainer->Listbox()->HandleItemAdditionL();
}
}