diff -r 421d412e797b -r 98d26d6f01cb UIPainter.st --- a/UIPainter.st Sat May 24 05:09:11 1997 +0200 +++ b/UIPainter.st Mon May 26 09:46:53 1997 +0200 @@ -966,7 +966,7 @@ topView == aTopView ifTrue:[ super closeRequestFor:aTopView ] ifFalse:[ - aTopView == selectionPanel window ifTrue:[ + (selectionPanel notNil and:[aTopView == selectionPanel window]) ifTrue:[ aTopView application:nil. aTopView terminate. selectionPanel := nil.