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