From 5943f4c5e239475a32ac2b341a6df8189c8f1768 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Tue, 1 Jun 2010 19:55:20 +0000 Subject: Theme Editor: Enabled editing tag parameters from a treeview git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26452 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/skin_parser.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils/themeeditor/skin_parser.c') diff --git a/utils/themeeditor/skin_parser.c b/utils/themeeditor/skin_parser.c index 9fd9001790..d118e9b97b 100644 --- a/utils/themeeditor/skin_parser.c +++ b/utils/themeeditor/skin_parser.c @@ -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) { -- cgit v1.2.3