diff -r 12c59f14a031 -r 0bd6b9a3f027 application/src/PodcastFeedView.cpp --- 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* 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(", ")); }