diff -r 792dfc98fb3b -r 8c55c525d5d7 camerauis/cameraapp/generic/src/CamInfoListBox.cpp --- a/camerauis/cameraapp/generic/src/CamInfoListBox.cpp Fri Mar 12 15:41:04 2010 +0200 +++ b/camerauis/cameraapp/generic/src/CamInfoListBox.cpp Mon Mar 15 12:39:00 2010 +0200 @@ -49,7 +49,8 @@ const CCoeControl* aParent, RPointerArray& aSummaryTitleTextArray, RPointerArray& aSummaryDescriptionTextArray, - TInt aResourceId ) + TInt aResourceId, + TBool aSkinnedBackGround ) { iBorder = TGulBorder::ENone; @@ -59,7 +60,7 @@ aSummaryDescriptionTextArray, aResourceId, Rect() ); CCamCaptureSetupListItemDrawer* itemDrawer = - CCamCaptureSetupListItemDrawer::NewL( *model ); + CCamCaptureSetupListItemDrawer::NewL( *model, aSkinnedBackGround ); itemDrawer->SetParentControl( aParent );