From 503e2050c58aafac00edbab262629b70eefbd7e3 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 10 Oct 2007 19:03:23 +0200 Subject: [PATCH] bugfix: don't check for current_layout a this moment fix regression introduced by myself with latest patch from daniel --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.c b/config.c index 9532a3d3..00c767d4 100644 --- a/config.c +++ b/config.c @@ -350,7 +350,7 @@ parse_config(Display * disp, int scr,const char *confpatharg, awesome_config *aw awesomeconf->nmaster = cfg_getint(cfg_layouts, "nmaster"); awesomeconf->ncol = cfg_getint(cfg_layouts, "ncol"); - if(!awesomeconf->nlayouts || !awesomeconf->current_layout->arrange) + if(!awesomeconf->nlayouts) eprint("awesome: fatal: no default layout available\n"); /* Rules */