# HG changeset patch # User Claus Gittinger # Date 1003314473 -7200 # Node ID 0570acbd78e3bc004055ef97ea3030553379c1f6 # Parent 53e66e6de1607fc48448db0374f4a242ab495658 *** empty log message *** diff -r 53e66e6de160 -r 0570acbd78e3 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!