equal
deleted
inserted
replaced
244 { |
244 { |
245 case KErrCouldNotConnect: |
245 case KErrCouldNotConnect: |
246 { |
246 { |
247 TBuf<KMaxMessageLength> message; |
247 TBuf<KMaxMessageLength> message; |
248 iEikonEnv->ReadResourceL(message, R_PODCAST_CONNECTION_ERROR); |
248 iEikonEnv->ReadResourceL(message, R_PODCAST_CONNECTION_ERROR); |
249 ShowErrorMessage(message); |
249 ShowErrorMessageL(message); |
250 } |
250 } |
251 break; |
251 break; |
252 default: // Do nothing |
252 default: // Do nothing |
253 break; |
253 break; |
254 } |
254 } |
508 case EPodcastRemoveAllDownloads: |
508 case EPodcastRemoveAllDownloads: |
509 { |
509 { |
510 TBuf<KMaxMessageLength> msg; |
510 TBuf<KMaxMessageLength> msg; |
511 iEikonEnv->ReadResourceL(msg, R_CLEAR_QUERY); |
511 iEikonEnv->ReadResourceL(msg, R_CLEAR_QUERY); |
512 |
512 |
513 if(ShowQueryMessage(msg)) |
513 if(ShowQueryMessageL(msg)) |
514 { |
514 { |
515 iPodcastModel.ShowEngine().RemoveAllDownloads(); |
515 iPodcastModel.ShowEngine().RemoveAllDownloadsL(); |
516 UpdateListboxItemsL(); |
516 UpdateListboxItemsL(); |
517 } |
517 } |
518 } |
518 } |
519 break; |
519 break; |
520 case EPodcastRemoveDownload: |
520 case EPodcastRemoveDownload: |