summaryrefslogtreecommitdiffstats
path: root/source/helper.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-08-24 10:36:39 +0200
committerDave Davenport <qball@gmpclient.org>2016-08-24 10:36:39 +0200
commit99cb1e6f111e19c12143e9f2892388f3bf5f290e (patch)
treefc29852eaf84af630150f2fcc371a814b9804e36 /source/helper.c
parentef3c773097072282627f5d16079602ff7111dcd5 (diff)
Don't force an second error when monitor is not found.
Diffstat (limited to 'source/helper.c')
-rw-r--r--source/helper.c2
1 files changed, 1 insertions, 1 deletions
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, "\t<b>config.monitor</b>=%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 ) ) {