diff -r c84cf270c54f -r 8871b09be73b phoneuis/BubbleManager/Src/BMBubbleManager.cpp --- a/phoneuis/BubbleManager/Src/BMBubbleManager.cpp Tue Feb 02 00:10:04 2010 +0200 +++ b/phoneuis/BubbleManager/Src/BMBubbleManager.cpp Fri Feb 19 22:50:26 2010 +0200 @@ -992,7 +992,7 @@ TBool calledBegin = (TBool) CAknTransitionUtils::GetData( ( TInt ) this ); // Only draw parent control if no number entry exists, the number entry is // used or if begin has not been called. - if ( !iNumberEntry || iNumberEntry->IsUsed() || !calledBegin ) + if ( iNumberEntry->IsUsed() || !calledBegin ) { // Do redraw. Do not use DrawDeferred() here! iParentControl->DrawNow();