diff -r 7bca37ba5fa9 -r 66c5303f3610 engine/src/PodcastModel.cpp --- 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;iPlayState() != EPlayed) { iActiveShowList[i]->SetPlayState(EPlayed); - iShowEngine->UpdateShow(*iActiveShowList[i]); + iShowEngine->UpdateShowL(*iActiveShowList[i]); } } }