WindowGroup.st
changeset 6043 3c78815733e5
parent 6023 4b20fb242062
child 6093 931a298739a0
--- a/WindowGroup.st	Sat Apr 13 08:37:17 2013 +0200
+++ b/WindowGroup.st	Fri Apr 19 11:37:19 2013 +0200
@@ -1353,7 +1353,7 @@
             signalsToHandle handle:[:ex |
                 |theSig|
 
-                theSig := ex signal.
+                theSig := ex creator.
                 (AbortAllOperationRequest accepts:theSig) ifTrue:[
                     "on AbortAllOperationRequest or AbortOperationRequest, 
                      stay in loop"
@@ -2773,11 +2773,11 @@
 !WindowGroup class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.316 2013-03-13 13:31:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.317 2013-04-19 09:37:19 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.316 2013-03-13 13:31:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.317 2013-04-19 09:37:19 cg Exp $'
 ! !