equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2003-2009 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 iListBox->ItemDrawer()->ColumnData()->SetIconArray( iIconHandler->CreateIconArrayL() ); |
81 if ( iListBox ) |
|
82 { |
|
83 // Creates graphic. |
|
84 iListBox->ItemDrawer()->ColumnData()-> |
|
85 SetIconArray( iIconHandler->CreateIconArrayL() ); |
|
86 } |
82 SetRect( aRect ); |
87 SetRect( aRect ); |
83 |
88 |
84 CERTMANUILOGGER_LEAVEFN( " CCertManUIContainerTrustedSite::ConstructL" ); |
89 CERTMANUILOGGER_LEAVEFN( " CCertManUIContainerTrustedSite::ConstructL" ); |
85 } |
90 } |
86 |
91 |