phoneapp/phoneuiview/src/cphonebubblewrapper.cpp
branchCompilerCompatibility
changeset 13 2411cd0e2ad6
parent 9 8871b09be73b
child 57 94dc1107e8b2
--- a/phoneapp/phoneuiview/src/cphonebubblewrapper.cpp	Mon Mar 08 21:43:24 2010 +0000
+++ b/phoneapp/phoneuiview/src/cphonebubblewrapper.cpp	Sun Mar 14 13:09:36 2010 +0000
@@ -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
         {