diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-02-07 00:10:57 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-14 14:24:07 -0500 |
| commit | c7af49b5c564d6287a0293ae26fc713fb55b4dc8 (patch) | |
| tree | 2f0da7cd0d8c81919d894c62370a0fbb03f231f4 /openbox/client.c | |
| parent | ea28a9e7ab6c81547b2730268097c4ad7d814a80 (diff) | |
let you specify return codes for the different buttons in a prompt, and specify a callback function for the prompt for when it is closed
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c index 500562b0..7add1222 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -3349,7 +3349,7 @@ void client_close(ObClient *self) if (!(self->functions & OB_CLIENT_FUNC_CLOSE)) return; if (self->prompt) { - prompt_hide(self->prompt); + prompt_cancel(self->prompt); return; } |
