diff -r 38529f706030 -r 544e34b3255a phoneuis/BubbleManager/Src/BMBubbleOutlookTopRight.cpp --- a/phoneuis/BubbleManager/Src/BMBubbleOutlookTopRight.cpp Wed Mar 31 21:30:06 2010 +0300 +++ b/phoneuis/BubbleManager/Src/BMBubbleOutlookTopRight.cpp Wed Apr 14 15:56:42 2010 +0300 @@ -240,21 +240,18 @@ BubbleLayout2::BubbleFrameInnerOuterRects( frameRect, outerRect, innerRect); - TAknsItemID coMaskFrameId; + if ( callState == CBubbleManager::EOnHold ) { iFrameId = KAknsIIDQsnFrCall2Bubble; - coMaskFrameId = KAknsIIDQsnFrCall2BubbleCoMask; } else if ( callState == CBubbleManager::EDisconnected ) { iFrameId = KAknsIIDQsnFrCall2BubbleSecondDisconn; - coMaskFrameId = KAknsIIDQsnFrCall2BubbleSecondCoMask; } else { iFrameId = KAknsIIDQsnFrCall2BubbleSecond; - coMaskFrameId = KAknsIIDQsnFrCall2BubbleSecondCoMask; } iOuterRect = outerRect; @@ -296,14 +293,7 @@ outerRect, innerRect, iBubble ); - - // Add transparency - BubbleUtils::AddTransparencyToBubbleImageL( - coMaskFrameId, - outerRect, - innerRect, - iBubble ); - + break; } case CBubbleManager::ENone: