textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutbubblectrl.cpp
changeset 13 3b79bedfdc20
parent 0 eb1f2e154e89
--- 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<TInt>(this),aRect,ETouchFeedbackSensitiveInput);
+		SetTactileFeedbackType(ETouchFeedbackSensitiveKeypad);
+        UiLayout()->RegisterFeedbackArea(reinterpret_cast<TInt>(this),aRect,ETouchFeedbackSensitiveKeypad);
         }  
 #endif // RD_TACTILE_FEEDBACK 
     }