diff -r f5ec9446e5bf -r e8773a61782d camerauis/cameraapp/generic/src/CamCaptureSetupContainer.cpp --- a/camerauis/cameraapp/generic/src/CamCaptureSetupContainer.cpp Mon Jan 18 20:06:55 2010 +0200 +++ b/camerauis/cameraapp/generic/src/CamCaptureSetupContainer.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" @@ -666,6 +666,7 @@ break; case EEventItemClicked: + case EEventPenDownOnItem: // Fall through { MCamListboxModel* model = static_cast( aListBox->Model() ); iControlHandler.HandleSettingValueUpdateL( model->ItemValue( aListBox->CurrentItemIndex() ) );