WindowGroup.st
changeset 65 7efd5bb4c298
parent 61 2d36aab7f192
child 72 3e84121988c3
--- a/WindowGroup.st	Mon Aug 22 15:14:25 1994 +0200
+++ b/WindowGroup.st	Mon Aug 22 15:15:31 1994 +0200
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1993 by Claus Gittinger
               All Rights Reserved
 
-$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.10 1994-08-11 23:44:56 claus Exp $
+$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.11 1994-08-22 13:15:31 claus Exp $
 '!
 
 !WindowGroup class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.10 1994-08-11 23:44:56 claus Exp $
+$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.11 1994-08-22 13:15:31 claus Exp $
 "
 !
 
@@ -349,7 +349,7 @@
 !
 
 leaveEventLoop
-    LeaveSignal raise
+    ^ LeaveSignal raise
 ! !
 
 !WindowGroup methodsFor:'activation / deactivation'!