phoneuis/BubbleManager/Src/BMBubbleManager.cpp
branchRCL_3
changeset 9 8871b09be73b
parent 0 5f000ab63145
child 15 2a26698d78ba
--- 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();