pkiutilities/CertmanUi/SRC/CertmanuiviewTrust.cpp
branchRCL_3
changeset 22 03674e5abf46
parent 21 09b1ac925e3f
equal deleted inserted replaced
21:09b1ac925e3f 22:03674e5abf46
     1 /*
     1 /*
     2 * Copyright (c) 2003-2007 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".
   300         delete iContainerTrust;
   300         delete iContainerTrust;
   301         iContainerTrust = NULL;
   301         iContainerTrust = NULL;
   302         }
   302         }
   303 
   303 
   304     RemoveNaviPane();
   304     RemoveNaviPane();
       
   305     iKeeper.iCurrentCACertForTrustSettings = KErrNotFound;
   305 
   306 
   306     CERTMANUILOGGER_LEAVEFN( " CCertManUIViewTrust::DoDeactivate" );
   307     CERTMANUILOGGER_LEAVEFN( " CCertManUIViewTrust::DoDeactivate" );
   307     }
   308     }
   308 
   309 
   309 // ---------------------------------------------------------
   310 // ---------------------------------------------------------