]> Dogcows Code - chaz/openbox/commitdiff
rename the theme name node from 'theme' to 'name'
authorDana Jansens <danakj@orodu.net>
Wed, 3 Sep 2003 07:17:20 +0000 (07:17 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 3 Sep 2003 07:17:20 +0000 (07:17 +0000)
data/rc.xml
openbox/config.c

index 1d4b90ab05aa394d5d21a769762113183c7afdec..64dde12d78520d51c12b0742b14fe5c366f09364 100644 (file)
@@ -18,7 +18,7 @@
 </focus>
 
 <theme>
-  <theme>thebear</theme>
+  <name>thebear</name>
   <titlelayout>NLIMC</titlelayout>
 </theme>
 
index 7e3b10a42fe2f3295706d3d4ba6b60e6abd9b01d..72ccd3b47bce99a37c7d7662cc1de4b95009f753 100644 (file)
@@ -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);
This page took 0.024054 seconds and 4 git commands to generate.