aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cfg_xml.c')
-rw-r--r--src/cfg_xml.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cfg_xml.c b/src/cfg_xml.c
index 374941bb0..37e8dea14 100644
--- a/src/cfg_xml.c
+++ b/src/cfg_xml.c
@@ -218,6 +218,12 @@ static struct xml_parser_rule grammar[] = {
G_STRUCT_OFFSET (struct config_file, debug_symbols),
NULL
},
+ {
+ "log_color",
+ xml_handle_boolean,
+ G_STRUCT_OFFSET (struct config_file, log_color),
+ NULL
+ },
NULL_ATTR
},
NULL_DEF_ATTR