diff -r ba54057fe027 -r b68fcd923911 phoneuis/BubbleManager/Src/BMBubbleOutlookBottom.cpp --- a/phoneuis/BubbleManager/Src/BMBubbleOutlookBottom.cpp Tue May 11 16:13:03 2010 +0300 +++ b/phoneuis/BubbleManager/Src/BMBubbleOutlookBottom.cpp Tue May 25 12:41:50 2010 +0300 @@ -244,18 +244,7 @@ iFrameId, outerRect, innerRect, - iBubble ); - - if ( iHeader->CallObjectImage() && - !iHeader->CallObjectText().Length() ) - { - // Add transparency - BubbleUtils::AddTransparencyToBubbleImageL( - KAknsIIDQsnFrCall2RectCoMask, // gradient tp mask - outerRect, - innerRect, - iBubble ); - } + iBubble ); break; } @@ -278,22 +267,18 @@ BubbleLayout2::BubbleFrameInnerOuterRects( frameRect, outerRect, innerRect); - - TAknsItemID coMaskFrameId; + if ( callState == CBubbleManager::EOnHold ) { iFrameId = KAknsIIDQsnFrCall2Bubble; - coMaskFrameId = KAknsIIDQsnFrCall2BubbleCoMask; } else if ( callState == CBubbleManager::EDisconnected ) { iFrameId = KAknsIIDQsnFrCall2BubbleFirstDisconn; - coMaskFrameId = KAknsIIDQsnFrCall2BubbleFirstCoMask; } else { iFrameId = KAknsIIDQsnFrCall2BubbleFirst; - coMaskFrameId = KAknsIIDQsnFrCall2BubbleFirstCoMask; } // for possible frame draw