summaryrefslogtreecommitdiff
path: root/apps/plugins/random_folder_advance_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/random_folder_advance_config.c')
-rw-r--r--apps/plugins/random_folder_advance_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/random_folder_advance_config.c b/apps/plugins/random_folder_advance_config.c
index 6ed36c6065..656daeaaf8 100644
--- a/apps/plugins/random_folder_advance_config.c
+++ b/apps/plugins/random_folder_advance_config.c
@@ -288,7 +288,7 @@ void edit_list(void)
288 { 288 {
289 rb->gui_synclist_draw(&lists); 289 rb->gui_synclist_draw(&lists);
290 button = rb->get_action(CONTEXT_LIST,TIMEOUT_BLOCK); 290 button = rb->get_action(CONTEXT_LIST,TIMEOUT_BLOCK);
291 if (rb->gui_synclist_do_button(&lists,button,LIST_WRAP_UNLESS_HELD)) 291 if (rb->gui_synclist_do_button(&lists,&button,LIST_WRAP_UNLESS_HELD))
292 continue; 292 continue;
293 selection = rb->gui_synclist_get_sel_pos(&lists); 293 selection = rb->gui_synclist_get_sel_pos(&lists);
294 switch (button) 294 switch (button)