From: Marco Peereboom Date: Wed, 22 Jun 2011 15:31:27 +0000 (+0000) Subject: oops! stackinit called too many times due to stray ; X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=2a94bb496cd9cd883603dbea43d087e833e71033;p=spectrwm.git oops! stackinit called too many times due to stray ; found by Niclas Zeising --- diff --git a/scrotwm.c b/scrotwm.c index b96e6f4..92ea40d 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -2380,7 +2380,7 @@ stack_config(struct swm_region *r, union arg *args) if (ws->cur_layout->l_config != NULL) ws->cur_layout->l_config(ws, args->id); - if (args->id != SWM_ARG_ID_STACKINIT); + if (args->id != SWM_ARG_ID_STACKINIT) stack(); }