pkiutilities/CertmanUi/SRC/CertmanuicontainerPersonal.cpp
branchRCL_3
changeset 5 3b17fc5c9564
parent 0 164170e6151a
child 21 09b1ac925e3f
--- a/pkiutilities/CertmanUi/SRC/CertmanuicontainerPersonal.cpp	Tue Feb 02 00:44:34 2010 +0200
+++ b/pkiutilities/CertmanUi/SRC/CertmanuicontainerPersonal.cpp	Fri Feb 19 23:42:03 2010 +0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -79,12 +79,7 @@
     CreateWindowL();
     CreateListBoxL();
     UpdateListBoxL( aCurrentPosition, aTopItem );
-    if ( iListBox )
-        {
-        // Creates graphic.
-        iListBox->ItemDrawer()->ColumnData()->
-            SetIconArray( iIconHandler->CreateIconArrayL() );
-        }
+    iListBox->ItemDrawer()->ColumnData()->SetIconArray( iIconHandler->CreateIconArrayL() );
     SetRect( aRect );
 
     CERTMANUILOGGER_LEAVEFN( " CCertManUIContainerPersonal::ConstructL" );