diff -r f5af16df2425 -r cf14797d0023 application/src/PodcastAppui.cpp --- a/application/src/PodcastAppui.cpp Thu Oct 28 23:32:49 2010 +0100 +++ b/application/src/PodcastAppui.cpp Fri Oct 29 00:12:35 2010 +0100 @@ -143,11 +143,13 @@ const TUid KUidFastSwapS3 = { 0x20016BF0 }; if (activeAppUid == KUidFastSwapS3) { + DP("Exit called by task manager"); // closed by task manager Exit(); } else { + DP("Red button pressed, going into background"); // red button pressed TApaTask task(iEikonEnv->WsSession()); task.SetWgId(iEikonEnv->RootWin().Identifier());