From d69530a45a42efab0d34dcdb35b0f6fc887dafac Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 19 Feb 2009 22:19:27 +0100 Subject: [PATCH] Close openbox.log when restarting --- openbox/openbox.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openbox/openbox.c b/openbox/openbox.c index 5be4e785..e71465a6 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -417,6 +417,7 @@ gint main(gint argc, gchar **argv) obt_display_close(); if (restart) { + ob_debug_shutdown(); if (restart_path != NULL) { gint argcp; gchar **argvp; @@ -470,7 +471,8 @@ gint main(gint argc, gchar **argv) g_free(ob_sm_id); g_free(program_name); - ob_debug_shutdown(); + if (!restart) + ob_debug_shutdown(); return exitcode; } -- 2.39.2