uifw/AvKon/src/eikfrlb.cpp
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 4 8ca85d2f0db7
child 15 08e69e956a8c
--- a/uifw/AvKon/src/eikfrlb.cpp	Fri Mar 12 15:43:43 2010 +0200
+++ b/uifw/AvKon/src/eikfrlb.cpp	Mon Mar 15 12:41:34 2010 +0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2002-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"
@@ -1420,7 +1420,7 @@
         if ( aDrawSeparator && 
             static_cast<CEikListBox*>( control )->ItemsInSingleLine() == 1 )
             {
-            AknListUtils::DrawSeparator( *iGc, aItemTextRect, iTextColor );
+            AknListUtils::DrawSeparator( *iGc, aItemTextRect, iTextColor, skin );
             }
         }
     }