# HG changeset patch # User teknolog # Date 1268338558 0 # Node ID 094bbe96dde018e03c30f8b9e54c60621464f63b # Parent ca935c84c94b320445473025ebd9bbed76850ed2 Fix for #2197 diff -r ca935c84c94b -r 094bbe96dde0 application/sis/podcatcher_udeb.sis Binary file application/sis/podcatcher_udeb.sis has changed diff -r ca935c84c94b -r 094bbe96dde0 application/sis/podcatcher_udeb_signed.sis Binary file application/sis/podcatcher_udeb_signed.sis has changed diff -r ca935c84c94b -r 094bbe96dde0 application/sis/podcatcher_urel.sis Binary file application/sis/podcatcher_urel.sis has changed diff -r ca935c84c94b -r 094bbe96dde0 application/sis/podcatcher_urel_signed.sis Binary file application/sis/podcatcher_urel_signed.sis has changed diff -r ca935c84c94b -r 094bbe96dde0 application/src/PodcastQueueView.cpp --- a/application/src/PodcastQueueView.cpp Mon Mar 08 17:54:46 2010 +0000 +++ b/application/src/PodcastQueueView.cpp Thu Mar 11 20:15:58 2010 +0000 @@ -559,6 +559,7 @@ CPodcastListView::HandleCommandL(aCommand); break; } + iListContainer->SetLongTapDetected(EFalse); // in case we got here by long tapping UpdateToolbar(); }