pkiutilities/CertmanUi/SRC/CertmanuicontainerDevice.cpp
branchCompilerCompatibility
changeset 8 150a5dd64ae5
parent 5 3b17fc5c9564
child 49 09b1ac925e3f
--- a/pkiutilities/CertmanUi/SRC/CertmanuicontainerDevice.cpp	Mon Mar 08 21:44:12 2010 +0000
+++ b/pkiutilities/CertmanUi/SRC/CertmanuicontainerDevice.cpp	Sun Mar 14 13:12:09 2010 +0000
@@ -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"
@@ -80,14 +80,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( " CCertManUIContainerDevice::ConstructL" );