pkiutilities/CertmanUi/SRC/CertmanuicontainerTrust.cpp
branchRCL_3
changeset 10 ece4bbb094df
parent 0 164170e6151a
child 12 a005fc61b02a
equal deleted inserted replaced
9:6e226572c5f0 10:ece4bbb094df
     1 /*
     1 /*
     2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   433         }
   433         }
   434     else if ( aTrusterUid == KCertManUIViewTrustVPNId )
   434     else if ( aTrusterUid == KCertManUIViewTrustVPNId )
   435         {
   435         {
   436         resIndex = KTrustSettingsResourceIndexVPN;
   436         resIndex = KTrustSettingsResourceIndexVPN;
   437         }
   437         }
       
   438     else if ( aTrusterUid == KCertManUIViewTrustWidgetInstallingId )
       
   439         {
       
   440         resIndex = KTrustSettingsResourceIndexWidget;
       
   441         }
   438     else
   442     else
   439         {
   443         {
   440         resIndex = KErrNotFound;
   444         resIndex = KErrNotFound;
   441         }
   445         }
   442 
   446 
   718     if( !entry->IsDeletable() )
   722     if( !entry->IsDeletable() )
   719     	{
   723     	{
   720         CERTMANUILOGGER_LEAVEFN( "- PopupTrustChangeSettingPageL - read-only" );
   724         CERTMANUILOGGER_LEAVEFN( "- PopupTrustChangeSettingPageL - read-only" );
   721     	return;
   725     	return;
   722     	}
   726     	}
   723     
   727 
   724     TUid id = KCertManUINullId;
   728     TUid id = KCertManUINullId;
   725     TInt poppableItems = 0;
   729     TInt poppableItems = 0;
   726 
   730 
   727     TBuf<KMaxLengthTextSettListOne> clientName;
   731     TBuf<KMaxLengthTextSettListOne> clientName;
   728 
   732