all repos — openbox @ eb603bf118785f34c8946638c0334272e45ad0fc

openbox fork - make it a bit more like ryudo

rename the theme name node from 'theme' to 'name'
Dana Jansens danakj@orodu.net
commit

eb603bf118785f34c8946638c0334272e45ad0fc

parent

a89c5d69a4d5660a79c153a69d7e199cf86ae938

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M data/rc.xmldata/rc.xml

@@ -18,7 +18,7 @@ <focusLastOnDesktop>yes</focusLastOnDesktop>

</focus> <theme> - <theme>thebear</theme> + <name>thebear</name> <titlelayout>NLIMC</titlelayout> </theme>
M openbox/config.copenbox/config.c

@@ -214,7 +214,7 @@ xmlNodePtr n;

node = node->xmlChildrenNode; - if ((n = parse_find_node("theme", node))) { + if ((n = parse_find_node("name", node))) { gchar *c; g_free(config_theme);