all repos — openbox @ 75b23047d676056c1626ddaebe4158a80722ab3a

openbox fork - make it a bit more like ryudo

strdup the exec path cuz it gets freed by the time we restart otherwise
Dana Jansens danakj@orodu.net
commit

75b23047d676056c1626ddaebe4158a80722ab3a

parent

77062863f32a8a83ff941eef5fe313170538fbcd

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/action.copenbox/action.c

@@ -1118,7 +1118,7 @@ }

void action_restart(union ActionData *data) { - ob_restart_path = data->execute.path; + ob_restart_path = g_strdup(data->execute.path); ob_shutdown = ob_restart = TRUE; }