From 03db326c64b246974d9cfaba02406d7bd77d8c37 Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Wed, 5 Feb 2014 08:02:06 -0600 Subject: Expansion of vibrate options Improve location / timing of vibration Split out vibrate settings for buttons, keyboard, and long actions Change-Id: I282825cc5f3e44ed6dcabe65dc1f4cb21b407b67 --- gui/action.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/action.cpp') diff --git a/gui/action.cpp b/gui/action.cpp index 8539386a0..9c785d169 100644 --- a/gui/action.cpp +++ b/gui/action.cpp @@ -348,7 +348,7 @@ void GUIAction::operation_end(const int operation_status, const int simulate) #endif time(&Stop); if ((int) difftime(Stop, Start) > 10) - DataManager::Vibrate("tw_vibrate"); + DataManager::Vibrate("tw_action_vibrate"); } int GUIAction::doAction(Action action, int isThreaded /* = 0 */) -- cgit v1.2.3