# HG changeset patch # User Sebastian Brannstrom # Date 1280138042 -3600 # Node ID cc2d961dbe57d4507c9093d59ff2d2d02edc1d1e # Parent e1dedb07817d4104ea066ec5605d65389ff3c328 S^3 has a different UID for the new task switcher diff -r e1dedb07817d -r cc2d961dbe57 application/src/PodcastAppui.cpp --- a/application/src/PodcastAppui.cpp Fri Jul 23 15:21:11 2010 +0100 +++ b/application/src/PodcastAppui.cpp Mon Jul 26 10:54:02 2010 +0100 @@ -138,8 +138,8 @@ TUid activeAppUid = gn->AppUid(); CleanupStack::PopAndDestroy(gn); - const TUid KUidFastSwap = { 0x10207218 }; - if (activeAppUid == KUidFastSwap) + const TUid KUidFastSwapS3 = { 0x20016BF0 }; + if (activeAppUid == KUidFastSwapS3) { // closed by task manager Exit();