From eb603bf118785f34c8946638c0334272e45ad0fc Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 3 Sep 2003 07:17:20 +0000 Subject: [PATCH] rename the theme name node from 'theme' to 'name' --- data/rc.xml | 2 +- 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 @@ - thebear + thebear NLIMC 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); -- 2.39.2