summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/action.c2
-rw-r--r--docs/CREDITS1
2 files changed, 2 insertions, 1 deletions
diff --git a/apps/action.c b/apps/action.c
index 44980cdd9e..3747a7521e 100644
--- a/apps/action.c
+++ b/apps/action.c
@@ -265,7 +265,7 @@ static int get_action_worker(int context, int timeout,
265 last_context = context; 265 last_context = context;
266#ifndef HAS_BUTTON_HOLD 266#ifndef HAS_BUTTON_HOLD
267 screen_has_lock = ((context & ALLOW_SOFTLOCK) == ALLOW_SOFTLOCK); 267 screen_has_lock = ((context & ALLOW_SOFTLOCK) == ALLOW_SOFTLOCK);
268 if (screen_has_lock && keys_locked) 268 if (is_keys_locked())
269 { 269 {
270 if (button == unlock_combo) 270 if (button == unlock_combo)
271 { 271 {
diff --git a/docs/CREDITS b/docs/CREDITS
index 72fc0347af..da0340e612 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -613,6 +613,7 @@ Jean-Louis Biasini
613Lorenzo Miori 613Lorenzo Miori
614James Hunt 614James Hunt
615Artur Juraszek 615Artur Juraszek
616Wieland Hoffmann
616 617
617The libmad team 618The libmad team
618The wavpack team 619The wavpack team