diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-02-07 00:10:57 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-07 02:14:44 -0500 |
| commit | 0e9cfd7c77d8608a4be29f43413575d9553bf21c (patch) | |
| tree | 007047d047df0bd9b8d2e6d51680afb1d936af43 /openbox/client.c | |
| parent | f4838c9a3d9717a8d8bbf4fb94876dd4fc10f7da (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 33be03de..aad92029 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -3257,7 +3257,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; } |
