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 3ac8cab3f2..dd5f4b7b53 100644
--- a/apps/plugins/text_editor.c
+++ b/apps/plugins/text_editor.c
@@ -374,7 +374,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
374 rb->gui_synclist_draw(&lists); 374 rb->gui_synclist_draw(&lists);
375 cur_sel = rb->gui_synclist_get_sel_pos(&lists); 375 cur_sel = rb->gui_synclist_get_sel_pos(&lists);
376 button = rb->get_action(CONTEXT_LIST,TIMEOUT_BLOCK); 376 button = rb->get_action(CONTEXT_LIST,TIMEOUT_BLOCK);
377 if (rb->gui_synclist_do_button(&lists,button,LIST_WRAP_UNLESS_HELD)) 377 if (rb->gui_synclist_do_button(&lists,&button,LIST_WRAP_UNLESS_HELD))
378 continue; 378 continue;
379 switch (button) 379 switch (button)
380 { 380 {