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 89ea722e9e..ff8c281bed 100644
--- a/apps/plugins/properties.c
+++ b/apps/plugins/properties.c
@@ -397,7 +397,7 @@ enum plugin_status plugin_start(const void* parameter)
397 { 397 {
398 button = rb->get_action(CONTEXT_LIST, HZ); 398 button = rb->get_action(CONTEXT_LIST, HZ);
399 /* HZ so the status bar redraws corectly */ 399 /* HZ so the status bar redraws corectly */
400 if (rb->gui_synclist_do_button(&properties_lists,&button,LIST_WRAP_UNLESS_HELD)) 400 if (rb->gui_synclist_do_button(&properties_lists, &button))
401 continue; 401 continue;
402 switch(button) 402 switch(button)
403 { 403 {