application/src/PodcastShowsView.cpp
changeset 79 0bd6b9a3f027
parent 74 af6475fdf8d6
child 82 d87e984bd8b8
equal deleted inserted replaced
78:12c59f14a031 79:0bd6b9a3f027
   430 		}
   430 		}
   431 
   431 
   432 	if(aShowInfo.LastError() != KErrNone)
   432 	if(aShowInfo.LastError() != KErrNone)
   433 		{
   433 		{
   434 		GetShowErrorText(infoSize, aShowInfo.LastError());
   434 		GetShowErrorText(infoSize, aShowInfo.LastError());
   435 		}
   435 		showDate.Zero();
   436 	
   436 		}
   437 	if (infoSize.Length() > 0)
   437 	
       
   438 	if (infoSize.Length() > 0 && showDate.Length() > 0)
   438 		{
   439 		{
   439 		infoSize.Insert(0,_L(", "));
   440 		infoSize.Insert(0,_L(", "));
   440 		}
   441 		}
   441 		
   442 		
   442 	iListboxFormatbuffer.Format(KShowFormat(), iconIndex, &aShowInfo.Title(), &showDate, &infoSize);
   443 	iListboxFormatbuffer.Format(KShowFormat(), iconIndex, &aShowInfo.Title(), &showDate, &infoSize);