textinput/peninputcommonctrls/src/peninputbuttons/peninputbutton.cpp
changeset 13 3b79bedfdc20
parent 0 eb1f2e154e89
--- a/textinput/peninputcommonctrls/src/peninputbuttons/peninputbutton.cpp	Tue Feb 02 01:02:04 2010 +0200
+++ b/textinput/peninputcommonctrls/src/peninputbuttons/peninputbutton.cpp	Fri Apr 16 15:17:40 2010 +0300
@@ -2430,7 +2430,7 @@
 #ifdef RD_TACTILE_FEEDBACK
 			    if (UiLayout()->SupportTactileFeedback())
 			        {
-			        UiLayout()->DoTactileFeedback(ETouchFeedbackSensitiveInput);
+			        UiLayout()->DoTactileFeedback(ETouchFeedbackSensitiveKeypad);
 			        }
 #endif //RD_TACTILE_FEEDBACK                
                 }
@@ -3365,7 +3365,7 @@
     
 #ifdef RD_TACTILE_FEEDBACK   
     {
-    UiLayout()->DoTactileFeedback(ETouchFeedbackSensitiveInput, ETrue, EFalse);
+    UiLayout()->DoTactileFeedback(ETouchFeedbackSensitiveKeypad, ETrue, EFalse);
     }
 #endif // RD_TACTILE_FEEDBACK