From 99cb1e6f111e19c12143e9f2892388f3bf5f290e Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Wed, 24 Aug 2016 10:36:39 +0200 Subject: [PATCH] Don't force an second error when monitor is not found. --- source/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/helper.c b/source/helper.c index a0a9902b..6908f1ef 100644 --- a/source/helper.c +++ b/source/helper.c @@ -498,7 +498,7 @@ int config_sanity_check ( void ) } } g_string_append_printf ( msg, "\tconfig.monitor=%s Could not find monitor.\n", name ); - ssize = 0; + found_error = TRUE; } // Have todo an estimate here. if ( ( 2 * ( config.padding + config.menu_bw ) ) > ( 0.9 * ssize ) ) {