summaryrefslogtreecommitdiff
path: root/apps/plugins/shopper.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/shopper.c')
-rw-r--r--apps/plugins/shopper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/shopper.c b/apps/plugins/shopper.c
index 31ef44b831..25a484a31e 100644
--- a/apps/plugins/shopper.c
+++ b/apps/plugins/shopper.c
@@ -315,7 +315,7 @@ enum plugin_status plugin_start(const void* parameter)
315 rb->gui_synclist_draw(&lists); 315 rb->gui_synclist_draw(&lists);
316 cur_sel = rb->gui_synclist_get_sel_pos(&lists); 316 cur_sel = rb->gui_synclist_get_sel_pos(&lists);
317 button = rb->get_action(CONTEXT_LIST,TIMEOUT_BLOCK); 317 button = rb->get_action(CONTEXT_LIST,TIMEOUT_BLOCK);
318 if (rb->gui_synclist_do_button(&lists,&button,LIST_WRAP_UNLESS_HELD)) 318 if (rb->gui_synclist_do_button(&lists, &button))
319 continue; 319 continue;
320 switch (button) 320 switch (button)
321 { 321 {