]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
allow prompts to have titles specified. show a prompt when there are syntax errors...
[chaz/openbox] / openbox / client.c
index 44b12870cc94f0da926d2760cccb823dabac1a62..82976f6a4cf11ddc8e7f8585813e5eb858c04d00 100644 (file)
@@ -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 */
This page took 0.025637 seconds and 4 git commands to generate.