uifw/eikctl/src/EIKCLBD.CPP
branchRCL_3
changeset 6 9f56a4e1b8ab
parent 3 8ca85d2f0db7
child 7 08e69e956a8c
--- a/uifw/eikctl/src/EIKCLBD.CPP	Fri Mar 12 15:43:43 2010 +0200
+++ b/uifw/eikctl/src/EIKCLBD.CPP	Mon Mar 15 12:41:34 2010 +0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 1997-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"
@@ -2007,7 +2007,7 @@
     
     if ( iExtension->iCurrentRow < list->BottomItemIndex() )
         {
-        AknListUtils::DrawSeparator( aGc, aRect, aColors.iText );
+        AknListUtils::DrawSeparator( aGc, aRect, aColors.iText, skin );
         }
     DrawHighLight( aGc, aRect, aHighlight, skin );
     
@@ -2473,7 +2473,7 @@
 
     if ( iExtension->iCurrentRow < list->BottomItemIndex() )
         {
-        AknListUtils::DrawSeparator( aGc, aRect, aColors.iText );
+        AknListUtils::DrawSeparator( aGc, aRect, aColors.iText, skin );
         }
     
  // LISTBOX LINES NEED TO BE DRAWN HERE.