DialogBox.st
changeset 2830 fc0f2469b213
parent 2825 b06be3ac7186
child 2907 8867601e24c6
--- a/DialogBox.st	Fri Nov 21 20:36:13 2003 +0100
+++ b/DialogBox.st	Wed Dec 17 12:58:38 2003 +0100
@@ -4479,7 +4479,7 @@
             aBox showAtPointer.
         ] ifFalse:[
             ((wg := WindowGroup activeGroup) notNil 
-            and:[(v := wg mainView) notNil])
+            and:[(v := wg mainGroup mainView) notNil])
             ifTrue:[
                 aBox showCenteredIn:v.
             ] ifFalse:[
@@ -7917,7 +7917,7 @@
 !DialogBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.225 2003-11-11 09:32:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.226 2003-12-17 11:58:38 cg Exp $'
 ! !
 
 DialogBox initialize!