diff options
Diffstat (limited to 'apps/plugins/random_folder_advance_config.c')
-rw-r--r-- | apps/plugins/random_folder_advance_config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/random_folder_advance_config.c b/apps/plugins/random_folder_advance_config.c index 5688ff93d3..3d762c6db7 100644 --- a/apps/plugins/random_folder_advance_config.c +++ b/apps/plugins/random_folder_advance_config.c | |||
@@ -309,7 +309,6 @@ static int edit_list(void) | |||
309 | dirs_count = list->count; | 309 | dirs_count = list->count; |
310 | 310 | ||
311 | rb->gui_synclist_init(&lists,list_get_name_cb,0, false, 1, NULL); | 311 | rb->gui_synclist_init(&lists,list_get_name_cb,0, false, 1, NULL); |
312 | rb->gui_synclist_set_icon_callback(&lists,NULL); | ||
313 | rb->gui_synclist_set_nb_items(&lists,list->count); | 312 | rb->gui_synclist_set_nb_items(&lists,list->count); |
314 | rb->gui_synclist_select_item(&lists, 0); | 313 | rb->gui_synclist_select_item(&lists, 0); |
315 | 314 | ||