]> git.sur5r.net Git - i3/i3/commit
i3bar: don't reset verbosity when parsing config values 3244/head
authorOrestis Floros <orestisf1993@gmail.com>
Sun, 15 Apr 2018 22:37:18 +0000 (01:37 +0300)
committerOrestis Floros <orestisf1993@gmail.com>
Sun, 15 Apr 2018 22:37:18 +0000 (01:37 +0300)
commit0a72f2d5352732e67074a7b87f5b511bcf3eabc1
treed014490c759ee40f188be0f36eee33a82c24fd37
parentab47d664c2f9ce1fd5f76b7c20c85bb9bdc742b4
i3bar: don't reset verbosity when parsing config values

When i3bar is called with the -V flag but there is no 'verbose yes'
directive in the bar {} config, the verbosity config value is reset.

This will introduce the opposite, negligible issue: you can't disable
i3bar's verbosity by deleting the 'verbose yes' directive in the bar {}
config. To fix this we would need an enum for config.verbose.

Closes #3220.
i3bar/src/config.c