diff -r dbec5787fa68 -r 792dfc98fb3b camerauis/cameraapp/generic/src/CamViewBase.cpp --- a/camerauis/cameraapp/generic/src/CamViewBase.cpp Fri Feb 19 22:36:31 2010 +0200 +++ b/camerauis/cameraapp/generic/src/CamViewBase.cpp Fri Mar 12 15:41:04 2010 +0200 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2007-2009 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" @@ -387,8 +387,9 @@ { BlankSoftkeysL(); } - else if ( appUi->StandbyStatus() == KErrInUse - || appUi->StandbyStatus() == KErrPermissionDenied ) + else if ( appUi->StandbyStatus() == KErrInUse || + appUi->StandbyStatus() == KErrPermissionDenied || + appUi->StandbyStatus() == KErrAccessDenied ) { SetSoftKeysL( R_CAM_SOFTKEYS_OPTIONS_EXIT ); }