Revision: 201020 RCL_3
authorDremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 09 Jun 2010 10:00:07 +0300
branchRCL_3
changeset 18 854ebc17f64b
parent 17 3b47783fdf16
child 20 3b67655da2cc
Revision: 201020 Kit: 2010123
profilesservices/MediaFileList/Src/mediafiledialog.cpp
--- 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 )