*** empty log message *** rel4_1_3_1
authorClaus Gittinger <cg@exept.de>
Wed, 17 Oct 2001 12:27:53 +0200
changeset 1523 0570acbd78e3
parent 1522 53e66e6de160
child 1524 6a0a84872e73
*** empty log message ***
ApplicationModel.st
--- a/ApplicationModel.st	Tue Oct 16 14:15:04 2001 +0200
+++ b/ApplicationModel.st	Wed Oct 17 12:27:53 2001 +0200
@@ -2264,7 +2264,7 @@
     "/ In multiView apps, tell my master.
     "/ (but not if I am a modal reincarnation)
     (masterApplication notNil 
-    and:[self window isModal not]) ifTrue:[
+    and:[self window topView isModal not]) ifTrue:[
 
         "/ temporary clear my masterApplication to prevent
         "/ endless recursion, in case the master sends me
@@ -2508,6 +2508,6 @@
 !ApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.158 2001-10-11 16:29:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.159 2001-10-17 10:27:53 cg Exp $'
 ! !
 ApplicationModel initialize!