From 917a82ed15d6f348f590bc2094382a2934541d3e Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Mon, 24 Sep 2007 11:20:07 +0200 Subject: [PATCH] fix typo in setnmaster test which broke the function --- layouts/tile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/tile.c b/layouts/tile.c index 93ac019ce..a64c5c321 100644 --- a/layouts/tile.c +++ b/layouts/tile.c @@ -37,7 +37,7 @@ uicb_setnmaster(Display *disp, awesome_config *awesomeconf, const char * arg) { - if(!arg || (IS_ARRANGE(layout_tile) && !IS_ARRANGE(layout_tileleft))) + if(!arg || (!IS_ARRANGE(layout_tile) && !IS_ARRANGE(layout_tileleft))) return; if((awesomeconf->nmaster = (int) compute_new_value_from_arg(arg, (double) awesomeconf->nmaster)) < 0)