]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
let you specify return codes for the different buttons in a prompt, and specify a...
[chaz/openbox] / openbox / client.c
index 500562b0423a329e894f8fc6a2f3724978a0557d..7add1222d93484aaf683689e5888ddc0fd885881 100644 (file)
@@ -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;
     }
 
This page took 0.0213 seconds and 4 git commands to generate.