diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-03 07:17:20 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-03 07:17:20 +0000 |
| commit | eb603bf118785f34c8946638c0334272e45ad0fc (patch) | |
| tree | aaefbc8a256f2e65ec1a44ed3d6d949d606335f7 | |
| parent | a89c5d69a4d5660a79c153a69d7e199cf86ae938 (diff) | |
rename the theme name node from 'theme' to 'name'
| -rw-r--r-- | data/rc.xml | 2 | ||||
| -rw-r--r-- | openbox/config.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/rc.xml b/data/rc.xml index 1d4b90ab..64dde12d 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -18,7 +18,7 @@ </focus> <theme> - <theme>thebear</theme> + <name>thebear</name> <titlelayout>NLIMC</titlelayout> </theme> diff --git a/openbox/config.c b/openbox/config.c index 7e3b10a4..72ccd3b4 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -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); |
