diff -r f5ec9446e5bf -r e8773a61782d camerauis/cameraapp/generic/GsCamcorderPlugin/src/CamLocationSettingContainer.cpp --- a/camerauis/cameraapp/generic/GsCamcorderPlugin/src/CamLocationSettingContainer.cpp Mon Jan 18 20:06:55 2010 +0200 +++ b/camerauis/cameraapp/generic/GsCamcorderPlugin/src/CamLocationSettingContainer.cpp Tue Jan 26 11:44:00 2010 +0200 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -230,7 +230,6 @@ ( parent->IntegerSettingValue( listInt ) ); } iListBox->SetContainerWindowL( *iParent ); - iListBox->DisableSingleClick( ETrue ); TRect listboxRect; ReadListboxLayoutL(listboxRect); @@ -755,6 +754,7 @@ case EEventEnterKeyPressed: case EEventItemDoubleClicked: + case EEventItemSingleClicked: { TKeyEvent key; key.iRepeats = 0;