all repos — openbox @ 2811fd1992f0e5f784d42a261b3ca483967fb20b

openbox fork - make it a bit more like ryudo

code style fix
Dana Jansens danakj@orodu.net
commit

2811fd1992f0e5f784d42a261b3ca483967fb20b

parent

8617f504a734e417e76e350977f656124bec1b51

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

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

@@ -135,8 +135,7 @@

if (!self->execute) return; - if (!g_spawn_command_line_sync(self->execute, &output, NULL, NULL, &err)) - { + if (!g_spawn_command_line_sync(self->execute, &output, NULL, NULL, &err)) { g_warning("Failed to execute command for pipe-menu: %s", err->message); g_error_free(err); return;