uifw/EikStd/dlgsrc/EIKCAPC.CPP
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 4 8ca85d2f0db7
child 23 3d340a0166ff
--- 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()