summaryrefslogtreecommitdiff
path: root/apps/plugins/text_editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/text_editor.c')
-rw-r--r--apps/plugins/text_editor.c2
1 files changed, 1 insertions, 1 deletions
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);