changed: #client:spec:builder:withMenu: expeccoNET_1_6_8_0
authorClaus Gittinger <cg@exept.de>
Mon, 25 Jul 2011 17:51:34 +0200
changeset 2935 c23f73a4b72e
parent 2934 67900dc06f4a
child 2936 bb406f5441f1
changed: #client:spec:builder:withMenu:
ApplicationSubView.st
--- a/ApplicationSubView.st	Mon Jul 25 17:51:14 2011 +0200
+++ b/ApplicationSubView.st	Mon Jul 25 17:51:34 2011 +0200
@@ -84,12 +84,6 @@
 "
 ! !
 
-!ApplicationSubView class methodsFor:'others'!
-
-version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationSubView.st,v 1.9 2011-07-25 15:51:14 cg Exp $'
-! !
-
 !ApplicationSubView methodsFor:'accessing'!
 
 application
@@ -122,14 +116,7 @@
     self application:anApplication.
     super client:anApplication spec:aWindowSpecOrSpecSymbol builder:aBuilder withMenu:withMenu.
 
-"/self halt.
-"/    aWindowSpecOrSpecSymbol class == FullSpec ifTrue:[
-"/        "/ mhmh - should we take the attributes from the windowSpec or from my spec ????
-"/        aWindowSpecOrSpecSymbol window setBackgroundColorAttributesIn:self with:aBuilder.
-"/    ].
-    anApplication postBuildWith:aBuilder.
-
-    "Modified: / 25-07-2011 / 17:38:05 / cg"
+    "Modified: / 25-07-2011 / 17:51:22 / cg"
 ! !
 
 !ApplicationSubView methodsFor:'events'!
@@ -158,5 +145,9 @@
 !ApplicationSubView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationSubView.st,v 1.9 2011-07-25 15:51:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationSubView.st,v 1.10 2011-07-25 15:51:34 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationSubView.st,v 1.10 2011-07-25 15:51:34 cg Exp $'
 ! !