diff -r eb1f2e154e89 -r 3b79bedfdc20 textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutbubblectrl.cpp --- a/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutbubblectrl.cpp Tue Feb 02 01:02:04 2010 +0200 +++ b/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutbubblectrl.cpp Fri Apr 16 15:17:40 2010 +0300 @@ -389,8 +389,8 @@ #ifdef RD_TACTILE_FEEDBACK if(IsKindOfControl(ECtrlTactileFeedback) && !Hiden() && UiLayout()) { - SetTactileFeedbackType(ETouchFeedbackSensitiveInput); - UiLayout()->RegisterFeedbackArea(reinterpret_cast(this),aRect,ETouchFeedbackSensitiveInput); + SetTactileFeedbackType(ETouchFeedbackSensitiveKeypad); + UiLayout()->RegisterFeedbackArea(reinterpret_cast(this),aRect,ETouchFeedbackSensitiveKeypad); } #endif // RD_TACTILE_FEEDBACK }