pkiutilities/CertmanUi/SRC/CertmanuicontainerPersonal.cpp
branchRCL_3
changeset 5 3b17fc5c9564
parent 0 164170e6151a
child 21 09b1ac925e3f
equal deleted inserted replaced
1:d5423fbb4f29 5:3b17fc5c9564
     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".
    77     CERTMANUILOGGER_ENTERFN( " CCertManUIContainerPersonal::ConstructL" );
    77     CERTMANUILOGGER_ENTERFN( " CCertManUIContainerPersonal::ConstructL" );
    78 
    78 
    79     CreateWindowL();
    79     CreateWindowL();
    80     CreateListBoxL();
    80     CreateListBoxL();
    81     UpdateListBoxL( aCurrentPosition, aTopItem );
    81     UpdateListBoxL( aCurrentPosition, aTopItem );
    82     if ( iListBox )
    82     iListBox->ItemDrawer()->ColumnData()->SetIconArray( iIconHandler->CreateIconArrayL() );
    83         {
       
    84         // Creates graphic.
       
    85         iListBox->ItemDrawer()->ColumnData()->
       
    86             SetIconArray( iIconHandler->CreateIconArrayL() );
       
    87         }
       
    88     SetRect( aRect );
    83     SetRect( aRect );
    89 
    84 
    90     CERTMANUILOGGER_LEAVEFN( " CCertManUIContainerPersonal::ConstructL" );
    85     CERTMANUILOGGER_LEAVEFN( " CCertManUIContainerPersonal::ConstructL" );
    91     }
    86     }
    92 
    87