JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
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 9eb0e62..45e0787 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);