diff -r 71dd06cfe933 -r 0aa5fbdfbc30 uifw/AvKon/src/akndiscreetpopupcontrol.cpp --- a/uifw/AvKon/src/akndiscreetpopupcontrol.cpp Wed Apr 14 16:14:00 2010 +0300 +++ b/uifw/AvKon/src/akndiscreetpopupcontrol.cpp Tue Apr 27 16:55:05 2010 +0300 @@ -454,7 +454,14 @@ { _AKNTRACE( "CAknDiscreetPopupControl::NotifyObserverL(), tap event will be disposed." ); // Play feedback if there is command associated with the popup - ImmediateFeedback( ETouchFeedbackSensitive ); + if ( iFeedBack ) + { + iFeedBack->InstantFeedback( this, + ETouchFeedbackSensitive, + ETouchFeedbackVibra, + TPointerEvent() + ); + } iCommandObserver->ProcessCommandL( iCommand ); } _AKNTRACE_FUNC_EXIT;