From 32cc7134aa35af36054174330c2fd88eb4d6d7c4 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 28 Nov 2010 14:11:44 +0100 Subject: [PATCH] re-enable ipc_shutdown() when restarting --- src/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.c b/src/util.c index 673bdb26..076d445c 100644 --- a/src/util.c +++ b/src/util.c @@ -415,7 +415,7 @@ void i3_restart() { store_restart_layout(); restore_geometry(); - //ipc_shutdown(); + ipc_shutdown(); LOG("restarting \"%s\"...\n", start_argv[0]); /* make sure -a is in the argument list or append it */ -- 2.39.5