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 748e872d0b..8740606c58 100644
--- a/apps/plugins/text_editor.c
+++ b/apps/plugins/text_editor.c
@@ -394,7 +394,7 @@ enum plugin_status plugin_start(const void* parameter)
394 rb->gui_synclist_draw(&lists); 394 rb->gui_synclist_draw(&lists);
395 cur_sel = rb->gui_synclist_get_sel_pos(&lists); 395 cur_sel = rb->gui_synclist_get_sel_pos(&lists);
396 button = rb->get_action(CONTEXT_LIST,TIMEOUT_BLOCK); 396 button = rb->get_action(CONTEXT_LIST,TIMEOUT_BLOCK);
397 if (rb->gui_synclist_do_button(&lists,&button,LIST_WRAP_UNLESS_HELD)) 397 if (rb->gui_synclist_do_button(&lists, &button))
398 continue; 398 continue;
399 switch (button) 399 switch (button)
400 { 400 {