--- a/uifw/EikStd/dlgsrc/EIKCAPC.CPP Fri Mar 12 15:43:43 2010 +0200
+++ b/uifw/EikStd/dlgsrc/EIKCAPC.CPP Mon Mar 15 12:41:34 2010 +0200
@@ -3906,7 +3906,7 @@
if ( !iIsCurrentLine )
{
- AknListUtils::DrawSeparator( aGc, Rect(), textColor );
+ AknListUtils::DrawSeparator( aGc, Rect(), textColor, skin );
aGc.SetBrushStyle( CGraphicsContext::ENullBrush ) ;
}
else // Highlight Skinning. Requires Frame
@@ -3920,7 +3920,7 @@
MAknsControlContext* parentCc = GetDialogControlContext( iDialogPage ) ;
AknsDrawUtils::Background( skin, parentCc, this, aGc, Rect() ) ;
- AknListUtils::DrawSeparator( aGc, Rect(), textColor );
+ AknListUtils::DrawSeparator( aGc, Rect(), textColor, skin );
// Set the rectangle(s) for the Frame context
iExtension->iEditModeHighlightControlContext->SetFrameRects( EditRect(), innerRect ) ;
@@ -3944,7 +3944,7 @@
AknsDrawUtils::BackgroundBetweenRects( skin, parentCc, this, aGc,
Rect(), innerRect );
- AknListUtils::DrawSeparator( aGc, Rect(), textColor );
+ AknListUtils::DrawSeparator( aGc, Rect(), textColor, skin );
// Draw the animation itself
if ( iExtension->IsHighlightAnimated()