diff -r 051d34a3f367 -r a50b123945f0 profilesservices/MediaFileList/Src/mediafiledialog.cpp --- 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 );