1
0
Fork 0
forked from len0rd/rockbox

Fixed the icon for unknown file types on the archos Player, and the bug when removing the last file on the screen in filetree, added some code for playlists integration with multi-screen

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7800 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Kevin Ferrare 2005-11-09 01:17:57 +00:00
parent 0b00108c3e
commit f7c97522a8
8 changed files with 88 additions and 14 deletions

View file

@ -162,7 +162,7 @@ int filetype_get_icon(int attr)
#ifdef HAVE_LCD_BITMAP
return NULL;
#else
return -1;
return Icon_Unknown;
#endif
}
else