rename the theme name node from 'theme' to 'name'

This commit is contained in:
Dana Jansens 2003-09-03 07:17:20 +00:00
parent a89c5d69a4
commit eb603bf118
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@
</focus> </focus>
<theme> <theme>
<theme>thebear</theme> <name>thebear</name>
<titlelayout>NLIMC</titlelayout> <titlelayout>NLIMC</titlelayout>
</theme> </theme>

View file

@ -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);