application/src/PodcastShowsView.cpp
changeset 79 0bd6b9a3f027
parent 74 af6475fdf8d6
child 82 d87e984bd8b8
--- a/application/src/PodcastShowsView.cpp	Sun Apr 04 18:06:31 2010 +0100
+++ b/application/src/PodcastShowsView.cpp	Sun Apr 04 18:14:15 2010 +0100
@@ -432,9 +432,10 @@
 	if(aShowInfo.LastError() != KErrNone)
 		{
 		GetShowErrorText(infoSize, aShowInfo.LastError());
+		showDate.Zero();
 		}
 	
-	if (infoSize.Length() > 0)
+	if (infoSize.Length() > 0 && showDate.Length() > 0)
 		{
 		infoSize.Insert(0,_L(", "));
 		}