--- a/profilesservices/MediaFileList/Src/mediafiledialog.cpp Tue May 25 13:00:04 2010 +0300
+++ b/profilesservices/MediaFileList/Src/mediafiledialog.cpp Wed Jun 09 10:00:07 2010 +0300
@@ -593,6 +593,8 @@
TKeyResponse CMediaFileDialog::OfferKeyEventL(const TKeyEvent& aKeyEvent,
TEventCode aType)
{
+
+ iIsDoubleClicked = EFalse;
// must pass escape event to dialog - findbox and listbox "eat" escape events
TKeyResponse res = EKeyWasNotConsumed;
if ( aType == EEventKey && aKeyEvent.iCode == EKeyEscape )