author | Sebastian Brannstrom <sebastianb@symbian.org> |
Tue, 16 Nov 2010 09:35:25 +0000 | |
branch | symbian1 |
changeset 360 | e2fa17cfc987 |
parent 359 | 16cc6373c043 |
child 361 | 861a25b8306b |
--- 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]); } } }