diff -r ac7e4d1d9209 -r ebd48d2de13c textinput/peninputarc/src/peninputlayoutcontrol/peninputlayouteditareabase.cpp --- a/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayouteditareabase.cpp Thu Aug 19 10:15:25 2010 +0300 +++ b/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayouteditareabase.cpp Tue Aug 31 15:31:50 2010 +0300 @@ -61,8 +61,8 @@ //Advanced Tactile feedback REQ417-47932 if(IsKindOfControl(ECtrlTactileFeedback)) { - SetTactileFeedbackType(ETouchFeedbackSensitiveInput); - aUiLayout->RegisterFeedbackArea(reinterpret_cast(this),aRect,ETouchFeedbackSensitiveInput); + SetTactileFeedbackType(ETouchFeedbackSensitiveKeypad); + aUiLayout->RegisterFeedbackArea(reinterpret_cast(this),aRect,ETouchFeedbackSensitiveKeypad); } } @@ -553,7 +553,7 @@ if ( AknsUtils::AvkonSkinEnabled() ) { - AknsUtils::GetCachedColor( UiLayout()->SkinInstance(), + AknsUtils::GetCachedColor( AknsUtils::SkinInstance(), color, KAknsIIDQsnTextColors, EAknsCIQsnTextColorsCG60 ); } }