--- a/uifw/AvKon/src/AknVolumePopup.cpp Thu Aug 19 10:11:06 2010 +0300
+++ b/uifw/AvKon/src/AknVolumePopup.cpp Tue Aug 31 15:28:30 2010 +0300
@@ -382,7 +382,6 @@
{
TInt feedbackStyle = (TAknFeedbackStyle)reader.ReadInt16();
iFlags = reader.ReadInt16();
- reader.Rewind( 4 ); // Rewind to the beginning, then construct slider.
}
else
{
@@ -522,7 +521,7 @@
iExt->TryLoadDefaultSliderVolumeBitmap();
iExt->iSliderControl->ReportMarkerDragEvent( ETrue );
iExt->iSliderControl->SuppressDrawing( ETrue );
- }
+ }
else
{
iExt->iSliderControl = new( ELeave )CAknSlider;
@@ -1449,7 +1448,7 @@
if ( iVisible )
{
- TRAP_IGNORE(SetVisibilityL( ETrue ));
+ SetVisibilityL( ETrue );
DrawDeferred();
}
}
@@ -1719,7 +1718,7 @@
EXPORT_C void CAknVolumePopup::UseMutedIcon( TBool aFlag )
{
iExt->iUseMutedIcon = aFlag;
- TRAP_IGNORE(CreateSpeakerL());
+ CreateSpeakerL();
}
// ---------------------------------------------------------------------------