summaryrefslogtreecommitdiff
path: root/apps/plugins/text_editor.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/plugins/text_editor.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/plugins/text_editor.c')
-rw-r--r--apps/plugins/text_editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/text_editor.c b/apps/plugins/text_editor.c
index 5abd48485f..01af458654 100644
--- a/apps/plugins/text_editor.c
+++ b/apps/plugins/text_editor.c
@@ -245,7 +245,7 @@ void save_changes(int overwrite)
245 245
246void setup_lists(struct gui_synclist *lists, int sel) 246void setup_lists(struct gui_synclist *lists, int sel)
247{ 247{
248 rb->gui_synclist_init(lists,list_get_name_cb,0); 248 rb->gui_synclist_init(lists,list_get_name_cb,0, false, 1);
249 rb->gui_synclist_set_icon_callback(lists,NULL); 249 rb->gui_synclist_set_icon_callback(lists,NULL);
250 rb->gui_synclist_set_nb_items(lists,line_count); 250 rb->gui_synclist_set_nb_items(lists,line_count);
251 rb->gui_synclist_limit_scroll(lists,true); 251 rb->gui_synclist_limit_scroll(lists,true);