From: Michael Stapelberg Date: Wed, 21 Jul 2010 08:57:47 +0000 (+0200) Subject: Bugfix: s/CASE_SEC/CASE_SEC_TITLE for volume X-Git-Tag: 2.2~14 X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3status;a=commitdiff_plain;h=e37b2076b8127c6e4e42a7d77b382cd9be6b121b Bugfix: s/CASE_SEC/CASE_SEC_TITLE for volume --- diff --git a/i3status.c b/i3status.c index e0139eb..30995b2 100644 --- a/i3status.c +++ b/i3status.c @@ -269,7 +269,7 @@ int main(int argc, char *argv[]) { CASE_SEC("ddate") print_ddate(cfg_getstr(sec, "format")); - CASE_SEC("volume") + CASE_SEC_TITLE("volume") print_volume(cfg_getstr(sec, "format"), cfg_getstr(sec, "device"), cfg_getstr(sec, "mixer"),