engine/src/PodcastModel.cpp
branchsymbian1
changeset 360 e2fa17cfc987
parent 349 4538abb763e4
--- a/engine/src/PodcastModel.cpp	Tue Nov 16 00:37:11 2010 +0000
+++ b/engine/src/PodcastModel.cpp	Tue Nov 16 09:35:25 2010 +0000
@@ -477,8 +477,7 @@
 	{
 	for (int i=0;i<iActiveShowList.Count();i++) {
 		if(iActiveShowList[i]->PlayState() != EPlayed) {
-			iActiveShowList[i]->SetPlayState(EPlayed);
-			iShowEngine->UpdateShowL(*iActiveShowList[i]);
+			ShowEngine().PostPlayHandling(iActiveShowList[i]);
 		}
 	}
 	}