From d05db0a90c7bce7e6830e77a16c63a90e9e572c4 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 3 Mar 2012 07:52:13 -0500 Subject: Correct actionable offense for misappropriation of action context. Just use a bool to indicate raw button instead of action code. No bother with plugin version yet again so soon. Change-Id: I4aa075c0c1fb5308c9d49bebb30ac76f671b2335 --- apps/action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/action.c') diff --git a/apps/action.c b/apps/action.c index 69089d1d8c..ee6cbaa4cf 100644 --- a/apps/action.c +++ b/apps/action.c @@ -368,7 +368,7 @@ static int get_action_worker(int context, int timeout, #if CONFIG_CODEC == SWCODEC /* Produce keyclick */ - keyclick_click(0, ret); + keyclick_click(false, ret); #endif return ret; -- cgit v1.2.3