summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 4556d86c53..0322c3933a 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -248,7 +248,7 @@ void browse_root(void)
248 /* since archos only have one screen, no need to create more than that */ 248 /* since archos only have one screen, no need to create more than that */
249 gui_buttonbar_set_display(&tree_buttonbar, &(screens[SCREEN_MAIN]) ); 249 gui_buttonbar_set_display(&tree_buttonbar, &(screens[SCREEN_MAIN]) );
250#endif 250#endif
251 gui_synclist_init(&tree_lists, &tree_get_filename, &tc); 251 gui_synclist_init(&tree_lists, &tree_get_filename, &tc, false, 1);
252 gui_synclist_set_icon_callback(&tree_lists, 252 gui_synclist_set_icon_callback(&tree_lists,
253 global_settings.show_icons?&tree_get_fileicon:NULL); 253 global_settings.show_icons?&tree_get_fileicon:NULL);
254#ifndef SIMULATOR 254#ifndef SIMULATOR