summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-02-22 10:38:14 -0500
committerDana Jansens <danakj@orodu.net>2008-02-22 10:38:14 -0500
commitcd4f325ee7a3a64eb986931a0575e5f1c3c587c3 (patch)
tree25889c9d96e13e829f8f1600c7da5d9adbc26d5c /openbox/client.c
parentc49c2a8e408f7482f2b977d6cf97517684476ed7 (diff)
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
Diffstat (limited to 'openbox/client.c')
-rw-r--r--openbox/client.c2
1 files changed, 1 insertions, 1 deletions
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)