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 b800833c7d..35fa05364a 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -330,7 +330,7 @@ void tree_gui_init(void)
330 gui_synclist_set_voice_callback(&tree_lists, tree_voice_cb); 330 gui_synclist_set_voice_callback(&tree_lists, tree_voice_cb);
331 gui_synclist_set_icon_callback(&tree_lists, &tree_get_fileicon); 331 gui_synclist_set_icon_callback(&tree_lists, &tree_get_fileicon);
332#ifdef HAVE_LCD_COLOR 332#ifdef HAVE_LCD_COLOR
333 gui_list_set_color_callback(&tree_lists.gui_list[SCREEN_MAIN], 333 gui_list_set_color_callback(&tree_lists,
334 &tree_get_filecolor); 334 &tree_get_filecolor);
335#endif 335#endif
336} 336}