don't kill our own ObPrompt windows with kill actions
This commit is contained in:
parent
7ecfa01df8
commit
b3c5fab3fa
1 changed files with 3 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue