summaryrefslogtreecommitdiff
path: root/apps/action.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/action.c')
-rw-r--r--apps/action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/action.c b/apps/action.c
index eb5950bb70..aa19403703 100644
--- a/apps/action.c
+++ b/apps/action.c
@@ -205,7 +205,7 @@ static int get_action_worker(int context, int timeout,
205 /* Produce keyclick */ 205 /* Produce keyclick */
206 if (global_settings.keyclick && !(button & BUTTON_REL)) 206 if (global_settings.keyclick && !(button & BUTTON_REL))
207 if (!(button & BUTTON_REPEAT) || global_settings.keyclick_repeats) 207 if (!(button & BUTTON_REPEAT) || global_settings.keyclick_repeats)
208 pcmbuf_beep(4000, KEYCLICK_DURATION, 2500*global_settings.keyclick); 208 beep_play(4000, KEYCLICK_DURATION, 2500*global_settings.keyclick);
209#endif 209#endif
210 210
211 if ((context != last_context) && ((last_button & BUTTON_REL) == 0) 211 if ((context != last_context) && ((last_button & BUTTON_REL) == 0)