From: Mikael Magnusson Date: Fri, 18 Aug 2006 21:24:23 +0000 (+0000) Subject: fix subsequent silly typo, should now compile as well as work X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=13215aaaabca4c6757d1669a3a47afc7066deb7a;p=chaz%2Fopenbox fix subsequent silly typo, should now compile as well as work --- diff --git a/openbox/config.c b/openbox/config.c index c8ffe0c6..e8e4edff 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_titlenumber = parse_bool(doc, n); + config_title_number = 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)))