phoneapp/phoneuiview/src/cphonebubblewrapper.cpp
branchRCL_3
changeset 9 8871b09be73b
parent 0 5f000ab63145
child 57 94dc1107e8b2
--- 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
         {