]> code.delx.au - spectrwm/commitdiff
Fix last switchws bugglet where the bar appeared empty.
authorMarco Peereboom <marco@conformal.com>
Wed, 14 Jan 2009 14:25:19 +0000 (14:25 +0000)
committerMarco Peereboom <marco@conformal.com>
Wed, 14 Jan 2009 14:25:19 +0000 (14:25 +0000)
scrotwm.c

index 9eb0e62dfed71a8a90624a92ff281c7930fce1d5..45e0787a6940fed9060ba050c2cac5befbd10702 100644 (file)
--- a/scrotwm.c
+++ b/scrotwm.c
@@ -278,6 +278,7 @@ switchws(union arg *args)
        ignore_enter = 1;
        if (ws[wsid].restack) {
                stack();
+               bar_print();
        } else {
                if (ws[wsid].focus != NULL)
                        focus_win(ws[wsid].focus);