*** empty log message ***
authorpenk
Thu, 19 Aug 2004 18:47:03 +0200
changeset 4213 38e47961a6cc
parent 4212 b04d89b5695a
child 4214 4b2fa686d9a1
*** empty log message ***
DisplayRootView.st
--- a/DisplayRootView.st	Thu Aug 19 14:22:44 2004 +0200
+++ b/DisplayRootView.st	Thu Aug 19 18:47:03 2004 +0200
@@ -109,6 +109,10 @@
 
 !DisplayRootView methodsFor:'accessing'!
 
+application
+    ^ nil
+!
+
 name
     "return my name - always 'RootWindow'"
 
@@ -222,5 +226,5 @@
 !DisplayRootView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.30 2004-02-26 11:27:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.31 2004-08-19 16:47:03 penk Exp $'
 ! !