summaryrefslogtreecommitdiff
path: root/apps/action.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/action.c')
-rw-r--r--apps/action.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/apps/action.c b/apps/action.c
index e031ce0312..c0d6021995 100644
--- a/apps/action.c
+++ b/apps/action.c
@@ -161,11 +161,8 @@ int get_action_worker(int context, int timeout,
161 161
162 ret = do_button_check(items,button,last_button,&i); 162 ret = do_button_check(items,button,last_button,&i);
163 163
164 if ((context == CONTEXT_STD) 164 if (context == CONTEXT_STOPSEARCHING)
165#if (BUTTON_REMOTE != 0) 165 break;
166 || ((unsigned)context == (CONTEXT_STD|CONTEXT_REMOTE))
167#endif
168 ) break;
169 166
170 if (ret == ACTION_UNKNOWN ) 167 if (ret == ACTION_UNKNOWN )
171 { 168 {