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 7ecfa01df8
commit b3c5fab3fa

View file

@ -3333,6 +3333,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) {