Don't force an second error when monitor is not found.

This commit is contained in:
Dave Davenport 2016-08-24 10:36:39 +02:00
parent ef3c773097
commit 99cb1e6f11
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) ) {