From fbca8aaa19d19866fe0eed2241508faace51bf9a Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 9 Apr 2004 17:44:35 +0000 Subject: [PATCH] Some code cleanup git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4480 a1c6a512-1295-4272-9138-f99709370657 --- apps/playlist.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/apps/playlist.c b/apps/playlist.c index f38f215361..29a8269dc3 100644 --- a/apps/playlist.c +++ b/apps/playlist.c @@ -1059,12 +1059,9 @@ static void display_playlist_count(int count, char *fmt) */ static void display_buffer_full(void) { - lcd_clear_display(); - lcd_puts(0,0,str(LANG_PLAYINDICES_PLAYLIST)); - lcd_puts(0,1,str(LANG_PLAYINDICES_BUFFER)); - lcd_update(); - sleep(HZ*2); - lcd_clear_display(); + splash(HZ*2, true, "%s %s", + str(LANG_PLAYINDICES_PLAYLIST), + str(LANG_PLAYINDICES_BUFFER)); } /*