summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
authorKevin Ferrare <kevin@rockbox.org>2006-07-02 12:28:27 +0000
committerKevin Ferrare <kevin@rockbox.org>2006-07-02 12:28:27 +0000
commitf77ac7a6a7e19aa20bdeb10bd006ad1a8c147f76 (patch)
treee3d2b4912b5e810ec63f109bc112b1d05972d0e3 /apps/tree.c
parent31c7a453e1b852c48a9429be3ad23d4e85a2945f (diff)
downloadrockbox-f77ac7a6a7e19aa20bdeb10bd006ad1a8c147f76.tar.gz
rockbox-f77ac7a6a7e19aa20bdeb10bd006ad1a8c147f76.zip
added support remote support for the id3 infos screen (had to slightly change the list engine to use it here as well), corrected a mistake in the french translation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10175 a1c6a512-1295-4272-9138-f99709370657
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