Theme Editor: Fixed line numbering bug in parser. Implemented playlist display in renderer: playlist will use info for next track for all tracks other than the current track

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27227 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Bieber 2010-07-01 21:49:55 +00:00
parent c794c1feae
commit 26a2f810f1
5 changed files with 75 additions and 0 deletions

View file

@ -463,6 +463,7 @@ static int skin_parse_tag(struct skin_element* element, char** document)
cursor++;
if (*cursor)
cursor++;
skin_line++;
*document = cursor;
return 1;
}
@ -628,6 +629,7 @@ static int skin_parse_tag(struct skin_element* element, char** document)
cursor++;
if (*cursor)
cursor++;
skin_line++;
}
*document = cursor;