WindowGroup.st
changeset 4571 4ccda5e9bb8f
parent 4536 cab69dafe1f2
child 4676 4c84e69d7a15
--- a/WindowGroup.st	Tue Aug 29 14:34:06 2006 +0200
+++ b/WindowGroup.st	Tue Aug 29 14:50:38 2006 +0200
@@ -1369,7 +1369,7 @@
                     ex reject
                     "never reached"
                 ].
-                self showActivity:ex description.
+                self showActivity:ex messageText.
                 ex proceedWith:nil.
             ] do:[
                 |dev gotSema mainView|
@@ -1455,8 +1455,8 @@
         cleanupActions value
     ]
 
-    "Modified: / 14.12.1995 / 11:12:24 / stefan"
-    "Modified: / 17.11.2001 / 16:46:37 / cg"
+    "Modified: / 14-12-1995 / 11:12:24 / stefan"
+    "Modified: / 29-08-2006 / 14:49:05 / cg"
 !
 
 executePostEventHooksFor:anEvent
@@ -2789,7 +2789,7 @@
 !WindowGroup class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.281 2006-07-14 15:09:59 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.282 2006-08-29 12:50:38 cg Exp $'
 ! !
 
 WindowGroup initialize!