Merge branch 'fix-nagbar-without-font'

This commit is contained in:
Michael Stapelberg 2013-06-29 23:47:29 +02:00
commit 8a7a80e22e
1 changed files with 1 additions and 1 deletions

View File

@ -1060,7 +1060,7 @@ void parse_file(const char *f) {
char *argv[] = {
NULL, /* will be replaced by the executable path */
"-f",
config.font.pattern,
(config.font.pattern ? config.font.pattern : "fixed"),
"-t",
(context->has_errors ? "error" : "warning"),
"-m",