From 14ba91eaa9a94411457cc396a4c7c5e39e63a00a Mon Sep 17 00:00:00 2001 From: Magnus Holmgren Date: Sat, 17 Feb 2007 13:36:44 +0000 Subject: A few more bookmark code tweaks. Also improves how the bookmark selection screen is displayed on Archos players. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12350 a1c6a512-1295-4272-9138-f99709370657 --- apps/screens.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/screens.c') diff --git a/apps/screens.c b/apps/screens.c index 26f083da47..29b6f1dd76 100644 --- a/apps/screens.c +++ b/apps/screens.c @@ -49,7 +49,6 @@ #include "debug.h" #include "led.h" #include "sound.h" -#include "gwps-common.h" #include "splash.h" #include "statusbar.h" #include "screen_access.h" @@ -1197,7 +1196,7 @@ static char * id3_get_info(int selected_item, void* data, char *buffer) } break; case 8:/*LANG_ID3_LENGTH*/ - gui_wps_format_time(buffer, MAX_PATH, id3->length); + format_time(buffer, MAX_PATH, id3->length); info=buffer; break; case 9:/*LANG_ID3_PLAYLIST*/ -- cgit v1.2.3