From 08c761d14b4c40dcf0be20dc5fc1ae71f81eff12 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Wed, 14 Jan 2009 14:25:19 +0000 Subject: [PATCH] Fix last switchws bugglet where the bar appeared empty. --- scrotwm.c | 1 + 1 file changed, 1 insertion(+) 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); -- 1.7.10.4