load_configuration: Remove conn argument

This commit is contained in:
Orestis Floros
2019-03-29 02:15:49 +02:00
parent f9c4011691
commit 4a2cacebf6
4 changed files with 4 additions and 4 deletions

View File

@ -1573,7 +1573,7 @@ void cmd_reload(I3_CMD) {
LOG("reloading\n");
kill_nagbar(&config_error_nagbar_pid, false);
kill_nagbar(&command_error_nagbar_pid, false);
load_configuration(conn, NULL, true);
load_configuration(NULL, true);
x_set_i3_atoms();
/* Send an IPC event just in case the ws names have changed */
ipc_send_workspace_event("reload", NULL, NULL);