profilesservices/MediaFileList/Src/mediafiledialog.cpp
changeset 3 a50b123945f0
parent 2 051d34a3f367
child 8 f62c3a3d66b8
--- a/profilesservices/MediaFileList/Src/mediafiledialog.cpp	Mon Jan 18 20:31:08 2010 +0200
+++ b/profilesservices/MediaFileList/Src/mediafiledialog.cpp	Tue Jan 26 12:09:08 2010 +0200
@@ -392,7 +392,7 @@
     const TInt KFindBoxLength = 20;
     
     iListBox = (CAknSingleGraphicStyleListBox*) (ControlOrNull(1));
-    
+    iListBox->DisableSingleClick(ETrue);
    	__ASSERT_ALWAYS( iListBox, TMFDialogUtil::Panic( KErrGeneral ) );
     
     iListBox->Model()->SetItemTextArray( iMFListHandler );
@@ -3092,7 +3092,7 @@
         return;
         }
 
-    if ( aEventType == EEventItemSingleClicked  || aEventType == EEventEnterKeyPressed )
+    if ( aEventType == EEventItemDoubleClicked || aEventType == EEventEnterKeyPressed )
         {
         TBool closeDialog = HandleOKL( EAttrDoubleClicked );