diff options
| author | Michael Stapelberg | 2010-07-21 10:57:47 +0200 | 
|---|---|---|
| committer | Michael Stapelberg | 2010-07-21 10:57:47 +0200 | 
| commit | e37b2076b8127c6e4e42a7d77b382cd9be6b121b (patch) | |
| tree | 7c4523e818c8b889ecd1e035f4c8a4288f1d19a1 | |
| parent | Implement ALSA volume support (diff) | |
Bugfix: s/CASE_SEC/CASE_SEC_TITLE for volume
| -rw-r--r-- | i3status.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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"), | 
