From e37b2076b8127c6e4e42a7d77b382cd9be6b121b Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 21 Jul 2010 10:57:47 +0200 Subject: [PATCH] Bugfix: s/CASE_SEC/CASE_SEC_TITLE for volume --- i3status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), -- 2.39.2