summaryrefslogtreecommitdiff
path: root/openbox/config.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2006-08-18 21:23:02 +0000
committerMikael Magnusson <mikachu@comhem.se>2006-08-18 21:23:02 +0000
commit1de9c1901cf7e95ace3f934f97ceff7cf77801a9 (patch)
tree838a679307028cd9373c6774c04472d9db34d213 /openbox/config.c
parent6445a4f3f6770618ebf68d7d97d150d9207b50b0 (diff)
fix a silly copy paste bug, titlenumber should now be disableable
Diffstat (limited to 'openbox/config.c')
-rw-r--r--openbox/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/config.c b/openbox/config.c
index 0eb60221..c8ffe0c6 100644
--- a/openbox/config.c
+++ b/openbox/config.c
@@ -432,7 +432,7 @@ static void parse_theme(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node,
config_title_layout = parse_string(doc, n);
}
if ((n = parse_find_node("titleNumber", node)))
- config_theme_hidedisabled = parse_bool(doc, n);
+ config_theme_titlenumber = parse_bool(doc, n);
if ((n = parse_find_node("keepBorder", node)))
config_theme_keepborder = parse_bool(doc, n);
if ((n = parse_find_node("hideDisabled", node)))