]> 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 33be03dec4c419eecc84c3bcef7f4b1d03ad4366..aad9202918238ceb29191660dd3c080f8f9aeefc 100644 (file)
@@ -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;
     }
 
This page took 0.020779 seconds and 4 git commands to generate.