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:
parent
0b00108c3e
commit
f7c97522a8
8 changed files with 88 additions and 14 deletions
|
|
@ -162,7 +162,7 @@ int filetype_get_icon(int attr)
|
|||
#ifdef HAVE_LCD_BITMAP
|
||||
return NULL;
|
||||
#else
|
||||
return -1;
|
||||
return Icon_Unknown;
|
||||
#endif
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue