engine/src/PodcastModel.cpp
changeset 35 66c5303f3610
parent 8 aab3aa4acdd6
child 36 e010fc411ddc
--- a/engine/src/PodcastModel.cpp	Mon Mar 01 22:57:56 2010 +0000
+++ b/engine/src/PodcastModel.cpp	Sat Mar 06 10:22:09 2010 +0000
@@ -408,12 +408,12 @@
 	iShowEngine->GetShowsByFeedL(iActiveShowList, aFeedUid);
 	}
 
-EXPORT_C void CPodcastModel::MarkSelectionPlayed()
+EXPORT_C void CPodcastModel::MarkSelectionPlayedL()
 	{
 	for (int i=0;i<iActiveShowList.Count();i++) {
 		if(iActiveShowList[i]->PlayState() != EPlayed) {
 			iActiveShowList[i]->SetPlayState(EPlayed);
-			iShowEngine->UpdateShow(*iActiveShowList[i]);
+			iShowEngine->UpdateShowL(*iActiveShowList[i]);
 		}
 	}
 	}