equal
deleted
inserted
replaced
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); |