# HG changeset patch # User Sebastian Brannstrom # Date 1289900125 0 # Node ID e2fa17cfc987805dba659f5bd5fa40d9a85b08ce # Parent 16cc6373c043465d92fe0207ee90a2788f096c64 Fix so mark all old also triggers auto delete diff -r 16cc6373c043 -r e2fa17cfc987 engine/src/PodcastModel.cpp --- 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;iPlayState() != EPlayed) { - iActiveShowList[i]->SetPlayState(EPlayed); - iShowEngine->UpdateShowL(*iActiveShowList[i]); + ShowEngine().PostPlayHandling(iActiveShowList[i]); } } }