UISelectionPanel.st
changeset 244 b70597d2a39b
parent 216 2bfcf491429e
child 251 ea4577f6cc41
--- a/UISelectionPanel.st	Mon Jul 28 10:34:25 1997 +0200
+++ b/UISelectionPanel.st	Mon Jul 28 10:36:04 1997 +0200
@@ -1411,11 +1411,13 @@
 
     (sav := masterApplication) notNil ifTrue:[
         masterApplication := nil.
-        masterApplication closeRequestFor:(self window).
+        sav closeRequestFor:(self window).
         masterApplication := sav.
     ] ifFalse:[
         super closeRequest.
     ]
+
+    "Modified: 28.7.1997 / 09:44:40 / cg"
 !
 
 openWindow