From f77ac7a6a7e19aa20bdeb10bd006ad1a8c147f76 Mon Sep 17 00:00:00 2001 From: Kevin Ferrare Date: Sun, 2 Jul 2006 12:28:27 +0000 Subject: 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 --- apps/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/tree.c') 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) /* since archos only have one screen, no need to create more than that */ gui_buttonbar_set_display(&tree_buttonbar, &(screens[SCREEN_MAIN]) ); #endif - gui_synclist_init(&tree_lists, &tree_get_filename, &tc); + gui_synclist_init(&tree_lists, &tree_get_filename, &tc, false, 1); gui_synclist_set_icon_callback(&tree_lists, global_settings.show_icons?&tree_get_fileicon:NULL); #ifndef SIMULATOR -- cgit v1.2.3