diff -r c84cf270c54f -r 8871b09be73b phoneapp/phoneuiview/src/cphonebubblewrapper.cpp --- a/phoneapp/phoneuiview/src/cphonebubblewrapper.cpp Tue Feb 02 00:10:04 2010 +0200 +++ b/phoneapp/phoneuiview/src/cphonebubblewrapper.cpp Fri Feb 19 22:50:26 2010 +0200 @@ -895,7 +895,11 @@ CCoeControl* control(NULL); if ( iUseDialer ) { - control = iDialerNumberEntry->GetNumberEntry(); + // TODO: We should try to clarify the dialer control hierarchy. + // Currently, we have three controls, each of which are somewhere + // referred as "number entry": CDialer, CDialerNumberEntry, and CAknPhoneNumberEditor. + // Each of these are present on the code line below. + control = iDialerNumberEntry->GetNumberEntry()->Parent(); } else {