--- a/application/src/PodcastQueueView.cpp Mon Mar 01 22:57:56 2010 +0000
+++ b/application/src/PodcastQueueView.cpp Sat Mar 06 10:22:09 2010 +0000
@@ -246,7 +246,7 @@
{
TBuf<KMaxMessageLength> message;
iEikonEnv->ReadResourceL(message, R_PODCAST_CONNECTION_ERROR);
- ShowErrorMessage(message);
+ ShowErrorMessageL(message);
}
break;
default: // Do nothing
@@ -510,9 +510,9 @@
TBuf<KMaxMessageLength> msg;
iEikonEnv->ReadResourceL(msg, R_CLEAR_QUERY);
- if(ShowQueryMessage(msg))
+ if(ShowQueryMessageL(msg))
{
- iPodcastModel.ShowEngine().RemoveAllDownloads();
+ iPodcastModel.ShowEngine().RemoveAllDownloadsL();
UpdateListboxItemsL();
}
}