forked from len0rd/rockbox
added reference to new icon for directories
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@539 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a84f00f642
commit
33ea589f50
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ int static showdir(char *path, struct entry *buffer, int start,
|
|||
|
||||
buffer[i].file = !(entry->attribute&ATTR_DIRECTORY);
|
||||
|
||||
buffer[i].file?(icon_type=FileIcon):(icon_type=DirIcon);
|
||||
buffer[i].file?(icon_type=File):(icon_type=Folder);
|
||||
lcd_bitmap(bitmap_icons_6x8[icon_type], 6, LINE_Y+i*LINE_HEIGTH, 6,
|
||||
8, TRUE);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue