rename the theme name node from 'theme' to 'name'
This commit is contained in:
parent
a89c5d69a4
commit
eb603bf118
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
</focus>
|
||||
|
||||
<theme>
|
||||
<theme>thebear</theme>
|
||||
<name>thebear</name>
|
||||
<titlelayout>NLIMC</titlelayout>
|
||||
</theme>
|
||||
|
||||
|
|
|
@ -214,7 +214,7 @@ static void parse_theme(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node,
|
|||
|
||||
node = node->xmlChildrenNode;
|
||||
|
||||
if ((n = parse_find_node("theme", node))) {
|
||||
if ((n = parse_find_node("name", node))) {
|
||||
gchar *c;
|
||||
|
||||
g_free(config_theme);
|
||||
|
|
Loading…
Reference in a new issue