--- a/pkiutilities/SecModUI/src/SecModUIViewSignature.cpp Tue Aug 31 16:04:40 2010 +0300
+++ b/pkiutilities/SecModUI/src/SecModUIViewSignature.cpp Wed Sep 01 12:19:59 2010 +0100
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2005-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"
@@ -172,9 +172,9 @@
{
case R_SECMODUI_VIEW_SIGNATURE_MENU:
{
- if( aResourceId == !FeatureManager::FeatureSupported( KFeatureIdHelp ) )
+ if( !FeatureManager::FeatureSupported( KFeatureIdHelp ) )
{
- aMenuPane->DeleteMenuItem( EAknCmdHelp ); //remove help
+ aMenuPane->DeleteMenuItem( EAknCmdHelp );
}
// The security module list is empty.
// All except Exit and Help is dimmed.