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>
|
</focus>
|
||||||
|
|
||||||
<theme>
|
<theme>
|
||||||
<theme>thebear</theme>
|
<name>thebear</name>
|
||||||
<titlelayout>NLIMC</titlelayout>
|
<titlelayout>NLIMC</titlelayout>
|
||||||
</theme>
|
</theme>
|
||||||
|
|
||||||
|
|
|
@ -214,7 +214,7 @@ static void parse_theme(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node,
|
||||||
|
|
||||||
node = node->xmlChildrenNode;
|
node = node->xmlChildrenNode;
|
||||||
|
|
||||||
if ((n = parse_find_node("theme", node))) {
|
if ((n = parse_find_node("name", node))) {
|
||||||
gchar *c;
|
gchar *c;
|
||||||
|
|
||||||
g_free(config_theme);
|
g_free(config_theme);
|
||||||
|
|
Loading…
Reference in a new issue