From cd4f325ee7a3a64eb986931a0575e5f1c3c587c3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 22 Feb 2008 10:38:14 -0500 Subject: Let ObPrompts be modal dialogs, and when they are transient for a window, make it transient for its entire group, so it can be stacked at the highest level above other transients --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/client.c') diff --git a/openbox/client.c b/openbox/client.c index 9fa311cf..32daf663 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -3442,7 +3442,7 @@ static void client_prompt_kill(ObClient *self) g_free(m); } - prompt_show(self->kill_prompt, self); + prompt_show(self->kill_prompt, self, TRUE); } void client_kill(ObClient *self) -- cgit v1.2.3