pkiutilities/CertmanUi/SRC/CertmanuicontainerTrustedSite.cpp
branchRCL_3
changeset 22 03674e5abf46
parent 21 09b1ac925e3f
equal deleted inserted replaced
21:09b1ac925e3f 22:03674e5abf46
     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".
    76     CERTMANUILOGGER_ENTERFN( " CCertManUIContainerTrustedSite::ConstructL" );
    76     CERTMANUILOGGER_ENTERFN( " CCertManUIContainerTrustedSite::ConstructL" );
    77 
    77 
    78     CreateWindowL();
    78     CreateWindowL();
    79     CreateListBoxL();
    79     CreateListBoxL();
    80     UpdateListBoxL( aCurrentPosition, aTopItem );
    80     UpdateListBoxL( aCurrentPosition, aTopItem );
    81     if ( iListBox )
    81     iListBox->ItemDrawer()->ColumnData()->SetIconArray( iIconHandler->CreateIconArrayL() );
    82         {
       
    83         // Creates graphic.
       
    84         iListBox->ItemDrawer()->ColumnData()->
       
    85              SetIconArray( iIconHandler->CreateIconArrayL() );
       
    86     }
       
    87     SetRect( aRect );
    82     SetRect( aRect );
    88 
    83 
    89     CERTMANUILOGGER_LEAVEFN( " CCertManUIContainerTrustedSite::ConstructL" );
    84     CERTMANUILOGGER_LEAVEFN( " CCertManUIContainerTrustedSite::ConstructL" );
    90     }
    85     }
    91 
    86