diff -r 23b5d6a29cce -r 4785f57bf3d4 homescreenapp/widgetplugins/hsshortcutwidgetplugin/src/hsshortcutwidget.cpp --- a/homescreenapp/widgetplugins/hsshortcutwidgetplugin/src/hsshortcutwidget.cpp Fri May 14 15:43:04 2010 +0300 +++ b/homescreenapp/widgetplugins/hsshortcutwidgetplugin/src/hsshortcutwidget.cpp Thu May 27 12:46:08 2010 +0300 @@ -31,6 +31,7 @@ #include "caservice.h" #include "canotifier.h" #include "caquery.h" +#include "hsconfiguration.h" /*! \class HsShortcutWidget @@ -209,7 +210,7 @@ return; } - HbInstantFeedback::play(HbFeedback::BasicItem); + HbInstantFeedback::play(HsConfiguration::shortcutWidgetTapFeedbackType()); if (mCaEntryRole == ItemEntryRole) { CaService::instance()->executeCommand(mCaEntryId);