diff -r 6e226572c5f0 -r ece4bbb094df pkiutilities/CertmanUi/SRC/CertmanuicontainerTrust.cpp --- a/pkiutilities/CertmanUi/SRC/CertmanuicontainerTrust.cpp Fri Mar 12 15:46:51 2010 +0200 +++ b/pkiutilities/CertmanUi/SRC/CertmanuicontainerTrust.cpp Mon Mar 15 12:43:21 2010 +0200 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2003-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" @@ -435,6 +435,10 @@ { resIndex = KTrustSettingsResourceIndexVPN; } + else if ( aTrusterUid == KCertManUIViewTrustWidgetInstallingId ) + { + resIndex = KTrustSettingsResourceIndexWidget; + } else { resIndex = KErrNotFound; @@ -720,7 +724,7 @@ CERTMANUILOGGER_LEAVEFN( "- PopupTrustChangeSettingPageL - read-only" ); return; } - + TUid id = KCertManUINullId; TInt poppableItems = 0;