1
0
Fork 0
forked from len0rd/rockbox

Theme Editor: Enabled editing tag parameters from a treeview

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26452 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Bieber 2010-06-01 19:55:20 +00:00
parent 253cfbcd47
commit 5943f4c5e2
6 changed files with 119 additions and 8 deletions

View file

@ -481,6 +481,9 @@ int skin_parse_tag(struct skin_element* element, char** document)
if(*cursor == COMMENTSYM)
skip_comment(&cursor);
/* Storing the type code */
element->params[i].type_code = *tag_args;
/* Checking a nullable argument for null */
if(*cursor == DEFAULTSYM)
{