Fix last switchws bugglet where the bar appeared empty.

This commit is contained in:
Marco Peereboom 2009-01-14 14:25:19 +00:00
parent 3a09255e9a
commit 08c761d14b

View file

@ -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);