summaryrefslogtreecommitdiff
path: root/apps/plugins/properties.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/properties.c')
-rw-r--r--apps/plugins/properties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/properties.c b/apps/plugins/properties.c
index 932e5bc71e..ca18d49f50 100644
--- a/apps/plugins/properties.c
+++ b/apps/plugins/properties.c
@@ -318,7 +318,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* file)
318 while(!quit) 318 while(!quit)
319 { 319 {
320 button = rb->get_action(CONTEXT_LIST,TIMEOUT_BLOCK); 320 button = rb->get_action(CONTEXT_LIST,TIMEOUT_BLOCK);
321 if (rb->gui_synclist_do_button(&properties_lists,button,LIST_WRAP_ON)) 321 if (rb->gui_synclist_do_button(&properties_lists,&button,LIST_WRAP_ON))
322 continue; 322 continue;
323 switch(button) 323 switch(button)
324 { 324 {