don't kill our own ObPrompt windows with kill actions

This commit is contained in:
Dana Jansens 2008-02-07 01:29:02 -05:00
parent 972e1fc5a3
commit 7b4556b211

View file

@ -3425,6 +3425,9 @@ static void client_prompt_kill(ObClient *self)
void client_kill(ObClient *self)
{
/* don't kill our own windows */
if (self->prompt) return;
if (!self->client_machine && self->pid) {
/* running on the local host */
if (self->kill_level == 0) {