diff -r f5ec9446e5bf -r e8773a61782d camerauis/cameraapp/generic/common/src/CamCaptureSetupListItemDrawer.cpp --- a/camerauis/cameraapp/generic/common/src/CamCaptureSetupListItemDrawer.cpp Mon Jan 18 20:06:55 2010 +0200 +++ b/camerauis/cameraapp/generic/common/src/CamCaptureSetupListItemDrawer.cpp Tue Jan 26 11:44:00 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" @@ -247,12 +247,12 @@ // ...text colour index if this item is selected. if( Flags() & CListItemDrawer::ESingleClickDisabledHighlight ) { - aItemIsSelected = aItemIsCurrent; + // Single clickable items don't have a highlight aItemIsCurrent = EFalse; } if ( aItemIsCurrent ) - { + { index = EAknsCIQsnTextColorsCG10; // highlighted text colour }