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/playlist_viewer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/playlist_viewer.c') diff --git a/apps/playlist_viewer.c b/apps/playlist_viewer.c index 640063bb64..087bdd1583 100644 --- a/apps/playlist_viewer.c +++ b/apps/playlist_viewer.c @@ -621,7 +621,7 @@ bool playlist_viewer_ex(char* filename) if (!playlist_viewer_init(&viewer, filename, false)) goto exit; - gui_synclist_init(&playlist_lists, playlist_callback_name, &viewer); + gui_synclist_init(&playlist_lists, playlist_callback_name, &viewer, false, 1); gui_synclist_set_icon_callback(&playlist_lists, global_settings.playlist_viewer_icons? &playlist_callback_icons:NULL); @@ -873,7 +873,7 @@ bool search_playlist(void) } backlight_on(); gui_synclist_init(&playlist_lists, playlist_search_callback_name, - found_indicies); + found_indicies, false, 1); gui_synclist_set_icon_callback(&playlist_lists, global_settings.playlist_viewer_icons? &playlist_search_callback_icons:NULL); -- cgit v1.2.3