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 ec70cb3e2e..fc263a0568 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -307,7 +307,7 @@ void tree_gui_init(void)
307 /* since archos only have one screen, no need to create more than that */ 307 /* since archos only have one screen, no need to create more than that */
308 gui_buttonbar_set_display(&tree_buttonbar, &(screens[SCREEN_MAIN]) ); 308 gui_buttonbar_set_display(&tree_buttonbar, &(screens[SCREEN_MAIN]) );
309#endif 309#endif
310 gui_synclist_init(&tree_lists, &tree_get_filename, &tc, false, 1); 310 gui_synclist_init(&tree_lists, &tree_get_filename, &tc, false, 1, NULL);
311 gui_synclist_set_voice_callback(&tree_lists, tree_voice_cb); 311 gui_synclist_set_voice_callback(&tree_lists, tree_voice_cb);
312 gui_synclist_set_icon_callback(&tree_lists, &tree_get_fileicon); 312 gui_synclist_set_icon_callback(&tree_lists, &tree_get_fileicon);
313#ifdef HAVE_LCD_COLOR 313#ifdef HAVE_LCD_COLOR