textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutchoicelist.cpp
changeset 13 3b79bedfdc20
parent 0 eb1f2e154e89
--- a/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutchoicelist.cpp	Tue Feb 02 01:02:04 2010 +0200
+++ b/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutchoicelist.cpp	Fri Apr 16 15:17:40 2010 +0300
@@ -294,7 +294,7 @@
 		#ifdef RD_TACTILE_FEEDBACK
         if (UiLayout()->SupportTactileFeedback())
         	{
-        	UiLayout()->DoTactileFeedback(ETouchFeedbackSensitiveInput, ETrue, EFalse);
+        	UiLayout()->DoTactileFeedback(ETouchFeedbackSensitiveKeypad, ETrue, EFalse);
         	}
 		#endif //RD_TACTILE_FEEDBACK     
         }
@@ -310,7 +310,7 @@
 			#ifdef RD_TACTILE_FEEDBACK
             if (UiLayout()->SupportTactileFeedback())
             	{
-            	UiLayout()->DoTactileFeedback(ETouchFeedbackSensitiveInput);
+            	UiLayout()->DoTactileFeedback(ETouchFeedbackSensitiveKeypad);
             	}
 			#endif //RD_TACTILE_FEEDBACK
             }
@@ -353,7 +353,7 @@
             {
             if ( iLastSelIndex != iCurFocusItem) 
                 {
-                UiLayout()->DoTactileFeedback(ETouchFeedbackSensitiveInput);
+                UiLayout()->DoTactileFeedback(ETouchFeedbackSensitiveKeypad);
                 iLastSelIndex = iCurFocusItem;
                 }
             }
@@ -391,7 +391,7 @@
 		#ifdef RD_TACTILE_FEEDBACK
 		if (UiLayout()->SupportTactileFeedback())
 			{
-			UiLayout()->DoTactileFeedback(ETouchFeedbackSensitiveInput, ETrue, EFalse);
+			UiLayout()->DoTactileFeedback(ETouchFeedbackSensitiveKeypad, ETrue, EFalse);
 			}
 		#endif //RD_TACTILE_FEEDBACK	
         }