re-enable ipc_shutdown() when restarting

This commit is contained in:
Michael Stapelberg 2010-11-28 14:11:44 +01:00
parent ab8400fff9
commit 32cc7134aa
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ void i3_restart() {
store_restart_layout(); store_restart_layout();
restore_geometry(); restore_geometry();
//ipc_shutdown(); ipc_shutdown();
LOG("restarting \"%s\"...\n", start_argv[0]); LOG("restarting \"%s\"...\n", start_argv[0]);
/* make sure -a is in the argument list or append it */ /* make sure -a is in the argument list or append it */