From 79c08af73105929756ebec9f94a332c4dbfddd70 Mon Sep 17 00:00:00 2001 From: forsyth Date: Sun, 25 Apr 2010 16:18:38 +0100 Subject: 20100425-1618 --- appl/wm/wm.b | 2 ++ 1 file changed, 2 insertions(+) (limited to 'appl') diff --git a/appl/wm/wm.b b/appl/wm/wm.b index d2dee3f8..322cd072 100644 --- a/appl/wm/wm.b +++ b/appl/wm/wm.b @@ -154,6 +154,8 @@ init(ctxt: ref Draw->Context, argv: list of string) # if client leaving if(rc == nil){ c.remove(); + if(c.stop == nil) + break; if(c == ptrfocus) ptrfocus = nil; if(c == kbdfocus) -- cgit v1.2.3