application/src/PodcastQueueView.cpp
changeset 50 e7b10d6d7ba3
parent 49 43e204e6ae2e
parent 45 56d4e0784e5d
child 56 c5cd47bc11ef
child 65 bcd88ba95046
--- a/application/src/PodcastQueueView.cpp	Fri Mar 12 00:20:10 2010 +0000
+++ b/application/src/PodcastQueueView.cpp	Fri Mar 12 09:34:08 2010 +0000
@@ -248,7 +248,7 @@
 				{
 				TBuf<KMaxMessageLength> message;
 				iEikonEnv->ReadResourceL(message, R_PODCAST_CONNECTION_ERROR);
-				ShowErrorMessage(message);
+				ShowErrorMessageL(message);
 				}
 				break;
 			default: // Do nothing
@@ -516,9 +516,9 @@
 			TBuf<KMaxMessageLength> msg;
 			iEikonEnv->ReadResourceL(msg, R_CLEAR_QUERY);
 												
-			if(ShowQueryMessage(msg))
+			if(ShowQueryMessageL(msg))
 				{
-				iPodcastModel.ShowEngine().RemoveAllDownloads();
+				iPodcastModel.ShowEngine().RemoveAllDownloadsL();
 				UpdateListboxItemsL();
 				}
 			}
@@ -558,7 +558,7 @@
 			CPodcastListView::HandleCommandL(aCommand);
 			break;
 		}
-	iListContainer->SetLongTapDetected(EFalse); // in case we got here by long tapping
+	iListContainer->SetLongTapDetectedL(EFalse); // in case we got here by long tapping
 	UpdateToolbar();
 	}