--- a/phoneuis/BubbleManager/Src/BMBubbleOutlookTopLeft.cpp Wed Mar 31 21:30:06 2010 +0300
+++ b/phoneuis/BubbleManager/Src/BMBubbleOutlookTopLeft.cpp Wed Apr 14 15:56:42 2010 +0300
@@ -243,21 +243,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;
}
iOuterRect = outerRect;
@@ -298,14 +295,7 @@
outerRect,
innerRect,
iBubble );
-
- // Add transparency
- BubbleUtils::AddTransparencyToBubbleImageL(
- coMaskFrameId,
- outerRect,
- innerRect,
- iBubble );
-
+
break;
}
case CBubbleManager::ENone: