summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/random_folder_advance_config.c2
-rw-r--r--apps/plugins/text_editor.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/random_folder_advance_config.c b/apps/plugins/random_folder_advance_config.c
index 7d055c4172..3b9f842873 100644
--- a/apps/plugins/random_folder_advance_config.c
+++ b/apps/plugins/random_folder_advance_config.c
@@ -184,7 +184,7 @@ void edit_list(void)
184 { 184 {
185 rb->gui_synclist_draw(&lists); 185 rb->gui_synclist_draw(&lists);
186 button = rb->get_action(CONTEXT_LIST,TIMEOUT_BLOCK); 186 button = rb->get_action(CONTEXT_LIST,TIMEOUT_BLOCK);
187 if (rb->gui_synclist_do_button(&lists,button)) 187 if (rb->gui_synclist_do_button(&lists,button,LIST_WRAP_UNLESS_HELD))
188 continue; 188 continue;
189 selection = rb->gui_synclist_get_sel_pos(&lists); 189 selection = rb->gui_synclist_get_sel_pos(&lists);
190 switch (button) 190 switch (button)
diff --git a/apps/plugins/text_editor.c b/apps/plugins/text_editor.c
index 9f5412810d..449a88aa0a 100644
--- a/apps/plugins/text_editor.c
+++ b/apps/plugins/text_editor.c
@@ -349,7 +349,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
349 rb->gui_synclist_draw(&lists); 349 rb->gui_synclist_draw(&lists);
350 cur_sel = rb->gui_synclist_get_sel_pos(&lists); 350 cur_sel = rb->gui_synclist_get_sel_pos(&lists);
351 button = rb->get_action(CONTEXT_LIST,TIMEOUT_BLOCK); 351 button = rb->get_action(CONTEXT_LIST,TIMEOUT_BLOCK);
352 if (rb->gui_synclist_do_button(&lists,button)) 352 if (rb->gui_synclist_do_button(&lists,button,LIST_WRAP_UNLESS_HELD))
353 continue; 353 continue;
354#ifdef HAVE_ADJUSTABLE_CPU_FREQ 354#ifdef HAVE_ADJUSTABLE_CPU_FREQ
355 rb->cpu_boost(0); 355 rb->cpu_boost(0);