--- a/application/src/PodcastFeedView.cpp Sun Apr 04 18:06:31 2010 +0100
+++ b/application/src/PodcastFeedView.cpp Sun Apr 04 18:14:15 2010 +0100
@@ -362,6 +362,7 @@
if(aFeedInfo.LastError() != KErrNone)
{
GetFeedErrorText(unplayedShows, aFeedInfo.LastError());
+ updatedDate.Zero();
}
}
CArrayPtr<CGulIcon>* icons = iListContainer->Listbox()->ItemDrawer()->FormattedCellData()->IconArray();
@@ -385,7 +386,7 @@
iconIndex++;
}
- if (unplayedShows.Length() > 0) {
+ if (unplayedShows.Length() > 0 && updatedDate.Length() > 0) {
unplayedShows.Insert(0,_L(", "));
}