application/src/PodcastQueueView.cpp
branchsymbian1
changeset 41 56821195bd44
parent 36 e010fc411ddc
child 45 56d4e0784e5d
--- 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<KMaxMessageLength> message;
 				iEikonEnv->ReadResourceL(message, R_PODCAST_CONNECTION_ERROR);
-				ShowErrorMessage(message);
+				ShowErrorMessageL(message);
 				}
 				break;
 			default: // Do nothing
@@ -517,9 +517,9 @@
 			TBuf<KMaxMessageLength> msg;
 			iEikonEnv->ReadResourceL(msg, R_CLEAR_QUERY);
 												
-			if(ShowQueryMessage(msg))
+			if(ShowQueryMessageL(msg))
 				{
-				iPodcastModel.ShowEngine().RemoveAllDownloads();
+				iPodcastModel.ShowEngine().RemoveAllDownloadsL();
 				UpdateListboxItemsL();
 				}
 			}