From: Marco Peereboom Date: Wed, 14 Jan 2009 14:25:19 +0000 (+0000) Subject: Fix last switchws bugglet where the bar appeared empty. X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;ds=inline;h=08c761d14b4c40dcf0be20dc5fc1ae71f81eff12;p=spectrwm.git Fix last switchws bugglet where the bar appeared empty. --- diff --git a/scrotwm.c b/scrotwm.c index 9eb0e62..45e0787 100644 --- 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);