WindowBuilder.st
changeset 1993 765d49601916
parent 1992 d405474ca0c7
child 1995 6b94d8ebe2c6
--- a/WindowBuilder.st	Fri Jun 11 15:30:51 2004 +0200
+++ b/WindowBuilder.st	Fri Jun 11 16:03:19 2004 +0200
@@ -1053,10 +1053,10 @@
      if I have a creationHook (application callBack), evaluate it."
 
     name notNil ifTrue:[
-        "/ debugging ...
-        (namedComponents notNil and:[namedComponents includesKey:name asSymbol]) ifTrue:[
-            Transcript showCR:'WARNING multiple UI-build of: ',name asSymbol
-        ].
+"/        "/ debugging ...
+"/        (namedComponents notNil and:[namedComponents includesKey:name asSymbol]) ifTrue:[
+"/            Transcript showCR:'WARNING multiple UI-build of: ',name asSymbol
+"/        ].
         self componentAt:name put:aView.
     ].
     componentCreationHook notNil ifTrue:[
@@ -1376,5 +1376,5 @@
 !WindowBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.114 2004-06-11 13:30:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.115 2004-06-11 14:03:19 cg Exp $'
 ! !