summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-03-02 17:12:11 -0500
committerDana Jansens <danakj@orodu.net>2008-03-02 17:12:11 -0500
commit9d9ca8d1cf76a63767aef4bd74f5caceaad5ff23 (patch)
tree7fb525dd73ef212ac01fad34e1db75681fce6a8c /openbox/client.c
parent14f4a0ba56b5e9619c9d9e65c0a3ede41595276e (diff)
allow prompts to have titles specified. show a prompt when there are syntax errors in the xml config files.
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 44b12870..82976f6a 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -3460,7 +3460,7 @@ static void client_prompt_kill(ObClient *self)
answers[0].text = _("Cancel"); /* "no" */
answers[1].text = y; /* "yes" */
- self->kill_prompt = prompt_new(m, answers,
+ self->kill_prompt = prompt_new(m, NULL, answers,
sizeof(answers)/sizeof(answers[0]),
OB_KILL_RESULT_NO, /* default = no */
OB_KILL_RESULT_NO, /* cancel = no */