Bugfix: Correctly re-grab keys when using the new lexer

This commit is contained in:
Michael Stapelberg 2009-09-27 18:45:17 +02:00
parent d916e075c3
commit 97d949d16c
1 changed files with 2 additions and 0 deletions

View File

@ -249,6 +249,8 @@ void load_configuration(xcb_connection_t *conn, const char *override_configpath,
parse_file(globbed);
}
}
if (reload)
grab_all_keys(conn);
} else {
FILE *handle;