diff -r bf37b9711f0a -r 56821195bd44 application/src/PodcastQueueView.cpp --- a/application/src/PodcastQueueView.cpp Mon Mar 08 20:07:26 2010 +0000 +++ b/application/src/PodcastQueueView.cpp Mon Mar 08 20:16:56 2010 +0000 @@ -249,7 +249,7 @@ { TBuf message; iEikonEnv->ReadResourceL(message, R_PODCAST_CONNECTION_ERROR); - ShowErrorMessage(message); + ShowErrorMessageL(message); } break; default: // Do nothing @@ -517,9 +517,9 @@ TBuf msg; iEikonEnv->ReadResourceL(msg, R_CLEAR_QUERY); - if(ShowQueryMessage(msg)) + if(ShowQueryMessageL(msg)) { - iPodcastModel.ShowEngine().RemoveAllDownloads(); + iPodcastModel.ShowEngine().RemoveAllDownloadsL(); UpdateListboxItemsL(); } }