diff -r 67eb01668b0e -r baf439b22ddd videoplayback/videoplaybackcontrols/src/mpxvideoplaybackprogressbar.cpp --- a/videoplayback/videoplaybackcontrols/src/mpxvideoplaybackprogressbar.cpp Wed Jun 09 09:44:23 2010 +0300 +++ b/videoplayback/videoplaybackcontrols/src/mpxvideoplaybackprogressbar.cpp Mon Jun 21 15:43:03 2010 +0300 @@ -16,7 +16,7 @@ */ -// Version : %version: 23 % +// Version : %version: e003sa33#24 % // INCLUDE FILES @@ -242,7 +242,7 @@ iPositionLabel = new (ELeave) CEikLabel; AknLayoutUtils::LayoutLabel( iPositionLabel, progressRect, - mp4_progress_pane_t1().LayoutLine() ) ; + mp4_progress_pane_t1( 1 ).LayoutLine() ) ; iPositionLabel->SetContainerWindowL( *this ); iPositionLabel->SetTextL( KNullDesC ); @@ -258,7 +258,7 @@ AknLayoutUtils::LayoutLabel( iDurationLabel, progressRect, - mp4_progress_pane_t2().LayoutLine() ); + mp4_progress_pane_t2( 1 ).LayoutLine() ); iDurationLabel->SetContainerWindowL( *this ); iDurationLabel->SetTextL( KNullDesC );