diff options
author | Christian Dietrich <stettberger@dokucode.de> | 2010-04-05 00:09:03 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2010-04-06 02:32:52 +0200 |
commit | 8ddab6fe0568fc9209bdefa44c2ab9b253b87405 (patch) | |
tree | af318dcb37d537e03c01d403d0c1f57e7aca001e | |
parent | d31f2ce0bec276d54c2a2cfe70c2764aee4503d8 (diff) |
ipv6: don't require a title for config option
-rw-r--r-- | i3status.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ int main(int argc, char *argv[]) { CFG_SEC("battery", battery_opts, CFGF_TITLE | CFGF_MULTI), CFG_SEC("cpu_temperature", temp_opts, CFGF_TITLE | CFGF_MULTI), CFG_SEC("disk", disk_opts, CFGF_TITLE | CFGF_MULTI), - CFG_SEC("ipv6", ipv6_opts, CFGF_TITLE), + CFG_SEC("ipv6", ipv6_opts, CFGF_NONE), CFG_SEC("time", time_opts, CFGF_NONE), CFG_SEC("load", load_opts, CFGF_NONE), CFG_END() |