]> git.sur5r.net Git - i3/i3status/commitdiff
Bugfix: fix wrong color tags with xmobar
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 26 Aug 2014 18:54:04 +0000 (20:54 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 26 Aug 2014 18:54:04 +0000 (20:54 +0200)
fixes #1353

src/print_volume.c

index 493167a7834d873186bbf22f04286b913771e9ef..93868e36da6f3353fbd79ae13f038f4bf4f606a8 100644 (file)
@@ -174,8 +174,7 @@ void print_volume(yajl_gen json_gen, char *buffer, const char *fmt, const char *
 
 out:
         *outwalk = '\0';
-        OUTPUT_FULL_TEXT(buffer);
-
         if (!pbval)
                END_COLOR;
+        OUTPUT_FULL_TEXT(buffer);
 }