X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fmenu.c;h=39e19246e297aadac6d37a5d02aea879a14d851a;hb=4bec1c07db9245eb58de04d2f80552a7bcc0f74e;hp=ab2294ed89790dac04f8f13765e415ff605d0c7a;hpb=8617f504a734e417e76e350977f656124bec1b51;p=chaz%2Fopenbox diff --git a/openbox/menu.c b/openbox/menu.c index ab2294ed..39e19246 100644 --- a/openbox/menu.c +++ b/openbox/menu.c @@ -135,8 +135,7 @@ void menu_pipe_execute(ObMenu *self) 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;