return value of signal raise
authorclaus
Mon, 22 Aug 1994 15:15:31 +0200
changeset 65 7efd5bb4c298
parent 64 b401612eb99c
child 66 398cf6bfb241
return value of signal raise
WGroup.st
WindowGroup.st
--- a/WGroup.st	Mon Aug 22 15:14:25 1994 +0200
+++ b/WGroup.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/Attic/WGroup.st,v 1.10 1994-08-11 23:44:56 claus Exp $
+$Header: /cvs/stx/stx/libview/Attic/WGroup.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/Attic/WGroup.st,v 1.10 1994-08-11 23:44:56 claus Exp $
+$Header: /cvs/stx/stx/libview/Attic/WGroup.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'!
--- 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'!