uifw/AvKon/src/AknVolumePopup.cpp
branchRCL_3
changeset 18 fcdfafb36fe7
parent 13 a8834a2e9a96
child 19 aecbbf00d063
--- a/uifw/AvKon/src/AknVolumePopup.cpp	Thu Jul 15 18:56:19 2010 +0300
+++ b/uifw/AvKon/src/AknVolumePopup.cpp	Thu Aug 19 10:11:06 2010 +0300
@@ -1449,7 +1449,7 @@
    
     if ( iVisible )
         {
-        SetVisibilityL( ETrue );
+        TRAP_IGNORE(SetVisibilityL( ETrue ));
         DrawDeferred();
         }
     }
@@ -1719,7 +1719,7 @@
 EXPORT_C void CAknVolumePopup::UseMutedIcon( TBool aFlag )
     {
     iExt->iUseMutedIcon = aFlag;
-    CreateSpeakerL();
+    TRAP_IGNORE(CreateSpeakerL());
     }
 
 // ---------------------------------------------------------------------------